From 522048130f147c2e8fbfb2798bfa83f3da5b4eed Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期二, 16 一月 2024 22:23:17 +0800 Subject: [PATCH] 更新设备保养 --- static/data/config.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/static/data/config.js b/static/data/config.js index 32a67fa..9180e70 100644 --- a/static/data/config.js +++ b/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' } -- Gitblit v1.9.3