فهرست منبع

1、菜单数量7

zjz 8 ماه پیش
والد
کامیت
0b0ed00335
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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])
         }
       }