zhangzengfei
2022-10-19 6339f41cfff5b9fdf33eb2f788658247430b5091
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;