17 lines
286 B
JavaScript
17 lines
286 B
JavaScript
|
|
module.exports = {
|
||
|
|
|
||
|
|
title: '信用分类监管平台',
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @type {boolean} true | false
|
||
|
|
* @description Whether fix the header
|
||
|
|
*/
|
||
|
|
fixedHeader: true,
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @type {boolean} true | false
|
||
|
|
* @description Whether show the logo in sidebar
|
||
|
|
*/
|
||
|
|
sidebarLogo: true
|
||
|
|
}
|