2021-03-03 15:06:52 +08:00
|
|
|
module.exports = {
|
|
|
|
TokenKey: 'Authorization',
|
2021-03-08 18:19:57 +08:00
|
|
|
RefreshTokenKey: 'refreshauthorization',
|
2021-03-26 18:44:41 +08:00
|
|
|
LinkTokenKey: 'LINK-PWD-TOKEN',
|
2021-03-03 15:06:52 +08:00
|
|
|
title: 'DATA_EASE',
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @type {boolean} true | false
|
|
|
|
* @description Whether fix the header
|
|
|
|
*/
|
|
|
|
// fixedHeader: false,
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @type {boolean} true | false
|
|
|
|
* @description Whether show the logo in sidebar
|
|
|
|
*/
|
|
|
|
sidebarLogo: false,
|
|
|
|
showSettings: true
|
|
|
|
}
|