feat: add configuration of hidden settings drawer; 🌟
新增:隐藏设置抽屉的配置;
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
fixedSideBar: true, //固定侧边栏,true:固定,false:不固定
|
||||
weekMode: false, //色弱模式,true:开启,false:不开启
|
||||
multiPage: false, //多页签模式,true:开启,false:不开启
|
||||
hideSetting: false, //隐藏设置抽屉,true:隐藏,false:不隐藏
|
||||
systemName: 'Vue Antd Admin', //系统名称
|
||||
copyright: '2018 ICZER 工作室出品', //copyright
|
||||
animate: { //动画设置
|
||||
|
||||
Reference in New Issue
Block a user