17 lines
288 B
JavaScript
17 lines
288 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: false
|
|
}
|