Browse Source

bug 修复

lilei 3 years ago
parent
commit
010a831f56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MultiTab/MultiTab.vue

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

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