实现用户角色权限区域管理模块
This commit is contained in:
16
ssyx-admin/src/settings.js
Normal file
16
ssyx-admin/src/settings.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
|
||||
title: 'Vue Admin Template',
|
||||
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
* @description Whether fix the header
|
||||
*/
|
||||
fixedHeader: false,
|
||||
|
||||
/**
|
||||
* @type {boolean} true | false
|
||||
* @description Whether show the logo in sidebar
|
||||
*/
|
||||
sidebarLogo: false
|
||||
}
|
Reference in New Issue
Block a user