#
luxiaotao1123
2024-02-25 9b1e7ceef98cbc0edc71777d4b05c28103bc8ee1
#
1个文件已修改
4 ■■■ 已修改文件
zy-asrs-flow/src/App.jsx 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/App.jsx
@@ -180,7 +180,7 @@
      );
    },
    ...initialState?.settings,
    layout: 'mix',  // layout 的菜单模式,side:右侧导航,top:顶部导航
    layout: 'top',  // layout 的菜单模式,side:右侧导航,top:顶部导航
    // contentStyle: () => {  //     layout 的内容区 style
    //   return 
    // },
@@ -189,6 +189,8 @@
    fixSiderbar: true,  // 固定导航
    // settings: defaultSettings, // layout 的设置
    waterMarkProps: { content: initialState?.currentUser?.nickname }, //水印
    navTheme: 'realDark', // 默认主题颜色  "realDark" | "light" | undef...
    footerRender: false,  // 页脚 启用请注释,不是设置为true
  };
};