17 lines
284 B
JavaScript
17 lines
284 B
JavaScript
module.exports = {
|
|
|
|
title: '荣景AI智能平台',
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether fix the header
|
|
*/
|
|
fixedHeader: false,
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether show the logo in sidebar
|
|
*/
|
|
sidebarLogo: false
|
|
}
|