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}`];