Quellcode durchsuchen

fix(tag): fix bug

LZHD vor 3 Jahren
Ursprung
Commit
012e5c9225
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/layout/components/tag/index.vue

+ 1 - 0
src/layout/components/tag/index.vue

@@ -392,6 +392,7 @@ export default {
     onBeforeMount(() => {
     onBeforeMount(() => {
       vm = getCurrentInstance();
       vm = getCurrentInstance();
       st = vm.appContext.app.config.globalProperties.$storage;
       st = vm.appContext.app.config.globalProperties.$storage;
+      routerArrays = st.routesInStorage ?? routerArrays;
 
 
       emitter.on("tagViewsChange", key => {
       emitter.on("tagViewsChange", key => {
         if (unref(showTags) === key) return;
         if (unref(showTags) === key) return;