소스 검색

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">
     <!-- 工具栏 -->