forked from github/dataease
20 lines
405 B
JavaScript
20 lines
405 B
JavaScript
module.exports = {
|
|
TokenKey: 'Authorization',
|
|
RefreshTokenKey: 'refreshauthorization',
|
|
LinkTokenKey: 'LINK-PWD-TOKEN',
|
|
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
|
|
}
|