rt-sim-training-client/src/settings.js

17 lines
290 B
JavaScript
Raw Normal View History

2019-07-02 16:29:52 +08:00
module.exports = {
2019-10-24 16:46:34 +08:00
title: '城市轨道交通实训平台',
2019-07-02 16:29:52 +08:00
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
2019-07-04 10:59:40 +08:00
fixedHeader: false,
2019-07-02 16:29:52 +08:00
/**
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
2019-07-04 10:59:40 +08:00
sidebarLogo: false
};