longyvfengyun
2024-04-08 8a7e3f2f32ab3a08324dd055b19964abf5c8195e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
module.exports = {
  logo: {
    label: '平台logo',
    des: '显示平台logo状态',
    fileName: 'gjdw',       // gjdw, nfdw, gjdx, qwh, gdnr
    value: false,
  },
  uKey: {
    label: 'uKey',
    des: "用户需要通过插入uKey才可以登录",
    value: false,
  },
  face: {
    label: "人脸识别",
    des: "用户可以直接通过人脸识别登录",
    value: false
  },
  autograph: {
    label: '签名',
    des: '电池信息配置中添加设备的签名,用于充放电测试时验证',
    value: false,
  },
  changeIp: {
    label: '远程修改IP',
    des: '电池信息配置中点击编辑可以远程修改ip',
    value: false,
  },
  dischargeByFace: {
    label: '启动放电添加人脸识别',
    des: '启动充放电测试使用人脸识别',
    value: false
  },
  copyRight: {
    label: '版权声明',
    des: '显示版权信息',
    data: '版权所有:北京清网华科技股份有限公司 电话:021-75498(路电)',
    value: false,
  },
  weather: {
    label: '天气预报',
    des: '天气预报',
    value: false,
  },
  bigScreen: {
    label: '大屏数据展示',
    des: '首页显示大屏展示',
    value: false,
  },
  verifyCode: {
    label: '验证码',
    des: '登录是否启用验证码',
    value: true,
  },
  messageCode: {
    label: '短信验证码',
    des: '登录是否启用短信验证码',
    value: false,
  },
  autoExit: {
    label: "自动退出",
    des: "长时间不操作自动退出",
    value: false
  },
  logCap: {
    label: "审计容量",
    des: "显示审计容量的健康度",
    value: false
  },
  // 发布的  客户名称
  clientName: {
    label: '客户名称',
    des: '有自定义需求的客户名称',
    /**
     * 标准版: ''
     * 成都石化: 'cdsh'
     * 江苏泰州LD9: 'jstzLd9'
     * 山西太原: 'sxty'
     * 杭州送检: 'hzsj'
     * 天一电厂: 'tydc'
     * 多宝山: 'dbs'
     * 南京测控: 'njck'
     * 云南昆明供电局:'ynkm'
     */
     name: '',
    // name: 'sxty',
    // name: 'tydc',
    // name: 'njck',
    //name: 'ynkm',
    //value: false,
  },
  // 是否要(加验签) 安全模式
  safeMode: {
    label: '安全模式',
    des: '请求接口加验签',
    value: false,
  },
  skin: {
    label: "皮肤模式",
    des: "是否开启多皮肤模式",
    /**
     * science-blue(科技蓝) science-green(荧光绿)science-black(优雅黑)
     * science-purple(木槿紫) science-ziluolan(紫罗兰) science-skyBlue(靛青色)
     */
    // skinName: "science-blue",
    // themeName: "科技蓝",
    skinName: "science-green",
    themeName: "荧光绿",
    value: false
    // value: true
  },
  alarmPopup: {
    label: "告警弹出框",
    des: "登录平台后,右下方告警弹出框提示",
    value: false
    // value: true
  },
  WHYC: {
    label: '自用',
    des: '内网自用时设为true, 给客户用为false',
    value: false
  },
  analogData: {
    label: '模拟数据',
    des: '开启数据模拟,实时监控显示为浮充状态',
    value: false
  }
};