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