forked from github/dataease
18 lines
328 B
JavaScript
18 lines
328 B
JavaScript
|
module.exports = {
|
||
|
TokenKey: 'Authorization',
|
||
|
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
|
||
|
}
|