23 lines
389 B
JavaScript
23 lines
389 B
JavaScript
|
/*
|
||
|
* @Descripttion:
|
||
|
* @version:
|
||
|
* @Author: 王三华
|
||
|
* @Date: 2022-10-24 10:45:39
|
||
|
*/
|
||
|
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
|
||
|
}
|