From 136b03139e14d1e61f416687453f4017643a0cb2 Mon Sep 17 00:00:00 2001 From: zhanghao Date: Fri, 23 Oct 2020 14:18:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workbench/fwzc_fwcs.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/pages/workbench/fwzc_fwcs.vue b/src/pages/workbench/fwzc_fwcs.vue index a4a2c23..138535f 100644 --- a/src/pages/workbench/fwzc_fwcs.vue +++ b/src/pages/workbench/fwzc_fwcs.vue @@ -1587,12 +1587,14 @@ export default { goBack(type) { let self = this; if (type == "map") { - self.$store.commit("setZnztDetailsParams", { - type: "", - queryType: "webmap", - id: self.portal_id, - }); - this.$router.push("/intelligent_drawing"); + // self.$store.commit("setZnztDetailsParams", { + // type: "", + // queryType: "webmap", + // id: self.portal_id, + // }); + // this.$router.push("/intelligent_drawing"); + let shareWebMapParam =JSON.parse(window.sessionStorage.getItem('shareWebMapParam')) + window.location.href = '/vmap/#/map'+`?id=${shareWebMapParam.portalid}` } else if (type == "process") { this.$router.push("/progress/designer"); } -- 2.26.0