瀏覽代碼

bug 修复

lilei 3 年之前
父節點
當前提交
010a831f56
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/MultiTab/MultiTab.vue

+ 1 - 1
src/components/MultiTab/MultiTab.vue

@@ -10,7 +10,7 @@ export default {
       pages: [], // 已打开页面
       pages: [], // 已打开页面
       activeKey: '', // 当前页面
       activeKey: '', // 当前页面
       newTabIndex: 0,
       newTabIndex: 0,
-      maxTabNums: 5
+      maxTabNums: 10
     }
     }
   },
   },
   inject: ['reloadView'],
   inject: ['reloadView'],