Showing
2 changed files
with
5 additions
and
5 deletions
... | ... | @@ -9,11 +9,11 @@ import { |
9 | 9 | * baseWebSocketUrl 服务端 websocket地址 |
10 | 10 | * socketPrefix websocket前缀 ((https, wss),( http, ws)) |
11 | 11 | */ |
12 | -const baseUrl = "http://222.180.200.114:48080/api"; | |
13 | -const baseVisualUrl = "http://222.180.200.114:9527" | |
12 | +const baseUrl = "http://localhost:8080/api"; | |
13 | +const baseVisualUrl = "http://localhost:9527" | |
14 | 14 | // const baseVisualUrl = "http://192.168.1.4:8083" |
15 | -const baseDrawioUrl = "http://222.180.200.114:9527/thingskit-scada"; | |
16 | -const baseWebSocketUrl = "222.180.200.114:48080"; | |
15 | +const baseDrawioUrl = "http://localhost:9527/thingskit-scada"; | |
16 | +const baseWebSocketUrl = "localhost:8080"; | |
17 | 17 | const socketPrefix = "ws"; |
18 | 18 | |
19 | 19 | let systemInfo = { | ... | ... |