Parcourir la source

Merge branch 'master' of http://182.92.126.35:3000/hrx/vent-forewarn-micro

lxh il y a 1 an
Parent
commit
cd5c6be0a6
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      src/settings/projectSetting.ts

+ 6 - 6
src/settings/projectSetting.ts

@@ -18,7 +18,7 @@ import {
 // ! You need to clear the browser cache after the change
 const setting: ProjectConfig = {
   // Whether to show the configuration button
-  showSettingButton: true,
+  showSettingButton: false,
 
   // Whether to show the theme switch button
   showDarkModeToggle: true,
@@ -46,7 +46,7 @@ const setting: ProjectConfig = {
   colorWeak: false,
 
   // Whether to cancel the menu, the top, the multi-tab page display, for possible embedded in other systems
-  fullContent: false,
+  fullContent: true,
 
   // content mode
   contentMode: ContentEnum.FULL,
@@ -85,7 +85,7 @@ const setting: ProjectConfig = {
     // sidebar menu bg color
     bgColor: SIDE_BAR_BG_COLOR_LIST[0],
     //  Whether to fix the left menu
-    fixed: true,
+    fixed: false,
     // Menu collapse
     collapsed: false,
     // When sider hide because of the responsive layout
@@ -102,10 +102,10 @@ const setting: ProjectConfig = {
     // Menu width
     menuWidth: 210,
     // Menu mode
-    mode: MenuModeEnum.INLINE,
-    // mode: MenuModeEnum.HORIZONTAL,
+    // mode: MenuModeEnum.INLINE,
+    mode: MenuModeEnum.HORIZONTAL,
     // Menu type
-    type: MenuTypeEnum.SIDEBAR,
+    type: MenuTypeEnum.TOP_MENU,
     // Menu theme
     theme: ThemeEnum.DARK,
     // Split menu