huangbin 4 년 전
부모
커밋
096cff372d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/layout/components/top.vue

+ 1 - 0
src/layout/components/top.vue

@@ -66,6 +66,7 @@ export default defineComponent({
                 if (i === -1) {
                     // 切换左边菜单栏
                     name = value.code;
+                    index.value = ['0'];
                 } else {
                     // 切换右边上面tab 栏
                     index.value = [`${i}`];