From 012e5c92254e1e5f88a07c2921e4b8ba8af23e8f Mon Sep 17 00:00:00 2001 From: LZHD Date: Mon, 12 Jul 2021 21:37:43 +0800 Subject: [PATCH] fix(tag): fix bug --- src/layout/components/tag/index.vue | 1 + 1 file changed, 1 insertion(+) 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;