zhangzengfei
2022-06-07 e9dc03b62fea3db1b2029a2a485c3e18caac6a43
src/config/theme.config.js
@@ -3,12 +3,12 @@
 */
const theme = {
  //是否国定头部 固定fixed 不固定noFixed
  header: 'fixed',
  header: "fixed",
  //横纵布局 horizontal vertical
  layout: 'vertical',
  layout: "vertical",
  //是否开启主题配置按钮
  themeBar: true,
  //是否显示多标签页
  tabsBar: true,
}
module.exports = theme
};
module.exports = theme;