zhangzengfei
2021-11-18 2f96ef3f59c0084d2943a7fdac9f47f51fe30da5
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;