瀏覽代碼

Merge pull request #25 from LZHD/dev

fix: fix bug
啝裳 3 年之前
父節點
當前提交
497b3c404d
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 0
      src/layout/components/tag/index.vue
  2. 0 1
      src/views/system/dict/index.vue

+ 1 - 0
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;

+ 0 - 1
src/views/system/dict/index.vue

@@ -1,4 +1,3 @@
-.
 <template>
   <div class="dict-container">
     <!-- 工具栏 -->