diff --git a/src/layout/components/tag/index.vue b/src/layout/components/tag/index.vue index 678754022..5a5323cc5 100644 --- a/src/layout/components/tag/index.vue +++ b/src/layout/components/tag/index.vue @@ -392,6 +392,7 @@ export default { onBeforeMount(() => { vm = getCurrentInstance(); st = vm.appContext.app.config.globalProperties.$storage; + routerArrays = st.routesInStorage ?? routerArrays; emitter.on("tagViewsChange", key => { if (unref(showTags) === key) return;