Showing
1 changed file
with
1 additions
and
6 deletions
... | ... | @@ -9,13 +9,8 @@ import { |
9 | 9 | * socketPrefix websocket前缀 ((https, wss),( http, ws)) |
10 | 10 | */ |
11 | 11 | |
12 | -// const baseUrl = "http://47.108.221.67:8080/api"; | |
13 | -// const baseDrawioUrl = "http://47.108.221.67:9527/thingskit-scada"; | |
14 | -// const baseWebSocketUrl = "47.108.221.67:8080"; | |
15 | -// const socketPrefix = "ws"; | |
16 | - | |
17 | 12 | const baseUrl = "http://222.180.200.114:48080/api"; |
18 | -const baseDrawioUrl = "http://222.180.200.114:48080/thingskit-scada"; | |
13 | +const baseDrawioUrl = "http://222.180.200.114:9527/thingskit-scada"; | |
19 | 14 | const baseWebSocketUrl = "222.180.200.114:48080"; |
20 | 15 | const socketPrefix = "ws"; |
21 | 16 | ... | ... |