This commit is contained in:
2024-09-14 13:34:10 +08:00
parent 5cf6144763
commit 802e7e0983
2 changed files with 3 additions and 16 deletions

View File

@@ -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