mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
17 lines
272 B
JavaScript
17 lines
272 B
JavaScript
module.exports = {
|
|
|
|
title: 'SOP Admin',
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether fix the header
|
|
*/
|
|
fixedHeader: false,
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether show the logo in sidebar
|
|
*/
|
|
sidebarLogo: true
|
|
}
|