Commit c591fa9e authored by 程恺文's avatar 程恺文

站点别名

parent 3e22479a
Pipeline #78362 failed with stages
# PUBLIC_PATH = reactOMS, 默认转发 /cityinterface
PROXY=/PandaGIS:http://59.63.182.50:8200;/Cityinterface:http://59.63.182.50:8200;/PandaOMS:http://59.63.182.50:8200;/Publish:http://59.63.182.50:8200;/web4:http://59.63.182.50:8200;/CityTemp:http://59.63.182.50:8200
#PROXY=/PandaGIS:http://192.168.12.149:8300;/Cityinterface:http://192.168.12.149:8300;/PandaOMS:http://192.168.12.149:8300;/Publish:http://192.168.12.149:8300;/web4:http://192.168.12.149:8300;/CityTemp:http://192.168.12.149:8300
#PROXY=/PandaGIS:http://192.168.12.14:8400;/Cityinterface:http://192.168.12.14:8400;/PandaOMS:http://192.168.12.14:8400;/Publish:http://192.168.12.14:8400;/web4:http://192.168.12.14:8400;/CityTemp:http://192.168.12.14:8400
#PROXY=/PandaGIS:http://192.168.12.116:8018;/Cityinterface:http://192.168.12.116:8018;/PandaOMS:http://192.168.12.116:8018;/Publish:http://192.168.12.116:8018;/web4:http://192.168.12.116:8018;/CityTemp:http://192.168.12.116:8018
#PROXY=/PandaGIS:http://192.168.12.178:8085;/Cityinterface:http://192.168.12.178:8085;/PandaOMS:http://192.168.12.178:8085;/Publish:http://192.168.12.178:8085;/web4:http://192.168.12.178:8085;/CityTemp:http://192.168.12.178:8085
#PROXY=/PandaGIS:http://192.168.10.168:8098;/Cityinterface:http://192.168.10.168:8098;/PandaOMS:http://192.168.10.168:8098;/Publish:http://192.168.10.168:8098;/web4:http://192.168.10.168:8098;/CityTemp:http://192.168.10.168:8098
#PROXY=/PandaGIS:http://192.168.19.103:8288;/Cityinterface:http://192.168.19.103:8288;/PandaOMS:http://192.168.19.103:8288;/PandaConfiguration:http://192.168.19.103:8288;/web4:http://192.168.19.103:8288;/CityTemp:http://192.168.19.103:8288
PROXY=/PandaGIS:http://192.168.12.149:8400;/PandaWorkFlow:http://192.168.12.149:8400;/PandaCore:http://192.168.12.149:8400;/Cityinterface:http://192.168.12.149:8400;/PandaOMS:http://192.168.12.149:8400;/Publish:http://192.168.12.149:8400;/Web4:http://192.168.12.149:8400;/CityTemp:http://192.168.12.149:8400
# PROXY=/Cityinterface:http://192.168.12.121:8082;/PandaOMS:http://192.168.12.121:8082;/Web4:http://192.168.12.121:8082;/CityTemp:http://192.168.12.121:8082
# 可设置第二个代理,test为转发前缀,后面为代理转发的地址
# PROXY2 = test : http://localhost:8006/
REACT_APP_SERVER=http://59.63.182.50:8200
# 本地应用启动的host域名
HOST = 192.168.12.154
HOST = 192.168.12.154
# 本地应用启动的端口
#PORT = 3002
PORT = 3003
PORT = 3001
......@@ -16,3 +16,4 @@ src/.umi
*.local
.history
.env
......@@ -227,11 +227,16 @@ const SiteManageV2 = () => {
setCheckLoading(false);
setShowSearchStyle(true);
let list = res.data.data;
console.log(list,'站点数据。。。。。。。。。。。。。。。。。。。。。。。');
// 还原选择的数据
list.map(v=>{
v.groupName=v.level
})
let indete = indeterminate;
if (selectList.size > 0) {
[...selectList].map(item => {
list.forEach((value, index) => {
// value.groupName=value.level
// if (item[1].groupId == value.groupId) {
list[index].users.forEach((user, userIndex) => {
if (user.userId === item[1].userId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment