gaoshp
2024-01-05 b5db49ce1e4c678ce4a7120928811a9621128b8e
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
export const cfgUtil = {
  // 设备图标
  deviceImgMap: {
    // 大屏图标
    machine: 'screen.png',
    led: 'lamp.png',
    curtain: 'curtain.png',
    purifier: 'purifier.png',
    unknown: 'unknown-device.png',
    suppertoggle: 'suppertoggle.png',
    airconditioning: 'air-conditioning.png'
  },
  // 侧边栏图标配置
  sideNavIconMap: {
    current_data: 't1.png',
    history_data: 't8.png',
    alarm: 't8.png',
    tool_info: 't8.png',
    log: 't9.png',
    workshop: 't7.png',
    room: 't12.png',
    machine: 't1.png',
    perm: 't10.png',
    home: 't11.png',
    led: 't4.png',
    curtain: 't5.png',
    purifier: 't6.png',
    suppertoggle: 't2.png',
    airconditioning: 't13.png',
    def: ''
  },
  baseUrl: 'http://localhost:8087/mdc',
  wsUrl: 'ws://localhost:8087/mdc/websocket'
  // wsUrl: 'ws://localhost:8087/mdc/websocket'
}