Browse Source

1、菜单数量7

zjz 8 months ago
parent
commit
0b0ed00335
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/Header/index.vue

+ 1 - 1
src/layout/components/Header/index.vue

@@ -246,7 +246,7 @@ export default {
           menuArr[index].name !== 'screenDisplay' &&
           menuArr[index].name !== 'cockpit'
         ) {
-          if (index >= 9) result.moreNavList.push(menuArr[index])
+          if (index >= 7) result.moreNavList.push(menuArr[index])
           else result.navList.push(menuArr[index])
         }
       }