feat: add configuration of hidden settings drawer; 🌟

新增:隐藏设置抽屉的配置;
This commit is contained in:
iczer
2020-07-09 11:52:30 +08:00
parent 1f02623837
commit 195624a0a1
5 changed files with 19 additions and 7 deletions

View File

@@ -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: { //动画设置