16 lines
337 B
JavaScript
16 lines
337 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
|
||
|
|
}
|