gaosp
2024-01-17 cc077cba0e6a0c1d9ec11af6c89ee5c898cee423
static/data/config.js
@@ -1,3 +1,9 @@
/*
 * @Date: 2022-11-09 12:37:25
 * @LastEditors: Sneed
 * @LastEditTime: 2024-01-06 16:42:50
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/static/data/config.js
 */
export const cfgUtil = {
  // 设备图标
  deviceImgMap: {
@@ -29,7 +35,7 @@
    airconditioning: 't13.png',
    def: ''
  },
  baseUrl: 'http://localhost:8087/mdc',
  baseUrl: '',
  wsUrl: 'ws://localhost:8087/mdc/websocket'
  // wsUrl: 'ws://localhost:8087/mdc/websocket'
}