Commit ac0c60a8 authored by 刘殿昕's avatar 刘殿昕

fix综合服务应用,portal测试

parent a5e9e924
......@@ -552,7 +552,7 @@ export default {
msg: "",
submit: "",
},
is_portal: false
is_portal: false,
};
},
computed: {},
......@@ -621,7 +621,7 @@ export default {
}
}
} else if (this.activeBtn == 1) {
} else if (this.activeBtn == 4) {
} else if (this.activeBtn == 4 && this.zhyyVal != 34) {
let request = this.$refs.fwcs_zhfw_qq.getTableData();
for (let i = 0; i < request.length; i++) {
if (
......@@ -952,7 +952,7 @@ export default {
self.serviceUrl = data.url;
self.skfwQqt = Number(data.data_service_type2);
self.cover[0] = data.cover;
this.dialogInfo.msg = `您的时空服务地址已更新为${
self.dialogInfo.msg = `您的时空服务地址已更新为${
self.serviceUrl
},服务类型更新为${
self.skfwRadios.find((item) => {
......
......@@ -44,7 +44,7 @@ export default {
if (data.cmd == 'appbuildermsg'){
console.log(data);
this.$store.commit("setAppBuilderParams", data.params);
this.$router.push(`/fwzc/fwcs`);
this.$router.push(`/fwzc/fwcs?map=4`);
}
})
},
......
......@@ -53,7 +53,7 @@ export default {
if (data.cmd == 'mapviewmsg'){
console.log(data);
this.$store.commit("setZnztParams", data.params);
this.$router.push(`/fwzc/fwcs`);
this.$router.push(`/fwzc/fwcs?map=1`);
}
// App Builder页面 -- 新窗口打开
if (data.cmd == 'mapviewtoapp'){
......
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