"src/bean/entity/system_role_menu.go" did not exist on "2b472dcf994a602607debe742f69e4abc2a3de82"
Commit 6b3a356a authored by 张豪's avatar 张豪

Merge branch 'zh' into dev

parents 2131591b 136b0313
...@@ -24,6 +24,13 @@ module.exports = { ...@@ -24,6 +24,13 @@ module.exports = {
"^/awecloud": "" "^/awecloud": ""
} }
}, },
"/vmap": {
target: "https://apaas3.wodcloud.com/vmap/",
changeOrigin: true,
pathRewrite: {
"^/vmap": ""
}
},
}, },
// Various Dev Server settings // Various Dev Server settings
host: "localhost", // can be overwritten by process.env.HOST host: "localhost", // can be overwritten by process.env.HOST
......
...@@ -1587,12 +1587,14 @@ export default { ...@@ -1587,12 +1587,14 @@ export default {
goBack(type) { goBack(type) {
let self = this; let self = this;
if (type == "map") { if (type == "map") {
self.$store.commit("setZnztDetailsParams", { // self.$store.commit("setZnztDetailsParams", {
type: "", // type: "",
queryType: "webmap", // queryType: "webmap",
id: self.portal_id, // id: self.portal_id,
}); // });
this.$router.push("/intelligent_drawing"); // 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") { } else if (type == "process") {
this.$router.push("/progress/designer"); this.$router.push("/progress/designer");
} }
......
...@@ -972,8 +972,8 @@ export default { ...@@ -972,8 +972,8 @@ export default {
pic: require("@/assets/imgs/home_tool_ic_znht.png"), pic: require("@/assets/imgs/home_tool_ic_znht.png"),
bg: "#e5f4fe", bg: "#e5f4fe",
color: "#38aef9", color: "#38aef9",
url: "/intelligent_drawing", url: "/vmap/#/map",
target: 0 target: 1
}, },
{ {
text: "流程设计", text: "流程设计",
......
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