|
@@ -19,7 +19,7 @@ export const useTabbarStore = defineStore(
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
const meta = route.matched.at(-1)?.meta
|
|
const meta = route.matched.at(-1)?.meta
|
|
|
- const tabId = route.path
|
|
|
|
|
|
|
+ const tabId = route.fullPath
|
|
|
if (route.name !== 'reload') {
|
|
if (route.name !== 'reload') {
|
|
|
// 记录查找到的标签页
|
|
// 记录查找到的标签页
|
|
|
const findTab = list.value.find((item) => {
|
|
const findTab = list.value.find((item) => {
|