Commit fe27c91cf86989a3ef52c9691ac2299e3ff5ba17

Authored by xp.Huang
1 parent 6924fd95

docs: v1.0.7_release

1 ## 目录结构及重要文件说明 1 ## 目录结构及重要文件说明
2 2
3 -版本:v1.0.6_release 3 +版本:v1.0.7_release
4 4
5 ### 目录结构 5 ### 目录结构
6 6
@@ -9,11 +9,11 @@ import { @@ -9,11 +9,11 @@ import {
9 * baseWebSocketUrl 服务端 websocket地址 9 * baseWebSocketUrl 服务端 websocket地址
10 * socketPrefix websocket前缀 ((https, wss),( http, ws)) 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 // const baseVisualUrl = "http://192.168.1.4:8083" 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 const socketPrefix = "ws"; 17 const socketPrefix = "ws";
18 18
19 let systemInfo = { 19 let systemInfo = {