forked from github/dataease
24 lines
495 B
JavaScript
24 lines
495 B
JavaScript
module.exports = {
|
|
TokenKey: 'Authorization',
|
|
RefreshTokenKey: 'refreshauthorization',
|
|
LinkTokenKey: 'LINK-PWD-TOKEN',
|
|
title: 'DataEase',
|
|
|
|
/**
|
|
* @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,
|
|
interruptTokenContineUrls: [
|
|
'/api/sys_msg/list/',
|
|
'/dataset/taskLog/list/'
|
|
]
|
|
}
|