Commit 372222ff1c91a9b337ae5edec193031dd3899e3b
Committed by
 xp.Huang
 xp.Huang
1 parent
92f069b9
fix: 修改组态页面展示了模板信息
Showing
4 changed files
with
8 additions
and
5 deletions
| ... | ... | @@ -5,11 +5,13 @@ import { | 
| 5 | 5 | * 服务端配置项 | 
| 6 | 6 | * baseUrl 服务端 api地址 | 
| 7 | 7 | * baseDrawioUrl 组态地址 注意端口 | 
| 8 | + * baseVisualUrl 看板地址 | |
| 8 | 9 | * baseWebSocketUrl 服务端 websocket地址 | 
| 9 | 10 | * socketPrefix websocket前缀 ((https, wss),( http, ws)) | 
| 10 | 11 | */ | 
| 11 | 12 | const baseUrl = "http://222.180.200.114:48080/api"; | 
| 12 | -const baseVisualUrl = "http://192.168.1.10:8083" | |
| 13 | +const baseVisualUrl = "http://222.180.200.114:9527" | |
| 14 | +// const baseVisualUrl = "http://192.168.1.4:8083" | |
| 13 | 15 | const baseDrawioUrl = "http://222.180.200.114:9527/thingskit-scada"; | 
| 14 | 16 | const baseWebSocketUrl = "222.180.200.114:48080"; | 
| 15 | 17 | const socketPrefix = "ws"; | ... | ... |