he wei
2024-01-16 8235f90d2122b48bbcf421beecb72d7c37e3fe74
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
const config = require('./assets/js/config.module.js');
const isJstzld9 = config.clientName.name == 'jstzLd9';
const lang = config.lang.value;
 
module.exports = {
  title: lang == 'US' ? 'Battery Remote O&M Management System' : '蓄电池远程监控管理平台',
  /**
   * @type {boolean} true | false
   * @description 是否固定头部菜单栏
   */
  fixedHeader: true,
  /**
   * @type {boolean} true | false
   * @description 是否固定左侧菜单栏
   */
  sidebarLogo: false,
  /**
   * @type {boolean} true | false
   * @description 显示分页标签
   */
  tagsView: true,
  lang,
}