Browse Source

ServerView 服务器状态管理、ConnectEnv 连接状态分离、Authorization 服务授权、

master
修宁 5 months ago
parent
commit
501f0438ce
  1. 6
      tw_test/envs/1.json
  2. 6
      tw_test/envs/3.json
  3. 4
      tw_test/floor/f1.json
  4. 25
      tw_test/project.json

6
tw_test/envs/1.json

@ -9,12 +9,6 @@
"password": "admin", "password": "admin",
"websocket": "mqtt://10.10.101.8:9001" "websocket": "mqtt://10.10.101.8:9001"
}, },
"frontendMqtt": {
"brokerUrl": "tcp://10.10.101.8:1884",
"username": "user",
"password": "user",
"websocket": "mqtt://10.10.101.8:7884"
},
"mysql": { "mysql": {
"jdbcUrl": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", "jdbcUrl": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui",
"username": "rcs2_tw_zhanghui", "username": "rcs2_tw_zhanghui",

6
tw_test/envs/3.json

@ -9,12 +9,6 @@
"password": "user", "password": "user",
"websocket": "mqtt://127.0.0.1:7883" "websocket": "mqtt://127.0.0.1:7883"
}, },
"frontendMqtt": {
"brokerUrl": "tcp://127.0.0.1:1883",
"username": "user",
"password": "user",
"websocket": "mqtt://127.0.0.1:7883"
},
"mysql": { "mysql": {
"jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui", "jdbc-url": "jdbc:p6spy:mysql://180.100.199.56:8306/rcs2_tw_zhanghui",
"username": "rcs2_tw_zhanghui", "username": "rcs2_tw_zhanghui",

4
tw_test/floor/f1.json

@ -792,7 +792,7 @@
], ],
[ [
2.2, 2.2,
2.186, 6.386,
1 1
] ]
], ],
@ -830,7 +830,7 @@
"in": [], "in": [],
"out": [], "out": [],
"rackWidth": 2.2, "rackWidth": 2.2,
"rackHeight": 2.186 "rackHeight": 6.386
} }
}, },
{ {

25
tw_test/project.json

@ -1,7 +1,7 @@
{ {
"projectUuid" : "tw_test", "projectUuid" : "tw_test",
"projectLabel" : "", "projectLabel" : "台湾物流展会-嘉兴测试",
"subSystemList" : null, "subSystemList" : [ "RCS" ],
"projectFileLocation" : "", "projectFileLocation" : "",
"directoryData" : [ { "directoryData" : [ {
"label" : "仓库楼层", "label" : "仓库楼层",
@ -11,23 +11,6 @@
} ] } ]
} ], } ],
"otherData" : { "otherData" : {
"projectUuid" : "tw_test",
"projectLabel" : "",
"subSystemList" : null,
"projectFileLocation" : "/Users/qtws/Desktop/project/jztd/yvan-lcc-bench/lcc-map/tw_test/project.json",
"otherData" : {
"projectUuid" : "tw_test",
"projectLabel" : "",
"projectFileLocation" : "/Users/qtws/Desktop/project/jztd/yvan-lcc-bench/lcc-map/tw_test/project.json",
"otherData" : {
"projectUuid" : "tw_test",
"projectLabel" : "",
"projectFileLocation" : "/Users/qtws/Desktop/project/jztd/yvan-lcc-bench/lcc-map/tw_test/project.json",
"otherData" : {
"projectUuid" : "tw_test",
"projectLabel" : "台湾物流展会-嘉兴测试",
"projectFileLocation" : "D:/Projects/yvan-lcc-bench/lcc-map/tw_test/project.json",
"otherData" : {
"Tool" : { "Tool" : {
"Group" : [ ], "Group" : [ ],
"GlobalVariables" : [ ], "GlobalVariables" : [ ],
@ -67,7 +50,3 @@
"pillar" : [ ] "pillar" : [ ]
} }
} }
}
}
}
}
Loading…
Cancel
Save