微调
This commit is contained in:
@@ -43,8 +43,6 @@ watch(() => route.query.t, async (newValue, oldValue) => {
|
||||
let type = (route.query.type as string) || 'null'
|
||||
if (type == '1') {
|
||||
activeName.value = '1'
|
||||
} else {
|
||||
activeName.value = '4'
|
||||
}
|
||||
id.value = (route.query.id as string) || 'null'
|
||||
id.value = id.value + '@' + route.query.t
|
||||
|
||||
Reference in New Issue
Block a user