Commit 3701da95 authored by 张豪's avatar 张豪

修改智能制图入口地址

parent 22575eb7
......@@ -24,6 +24,13 @@ module.exports = {
"^/awecloud": ""
}
},
"/vmap": {
target: "https://apaas3.wodcloud.com/vmap/",
changeOrigin: true,
pathRewrite: {
"^/vmap": ""
}
},
},
// Various Dev Server settings
host: "localhost", // can be overwritten by process.env.HOST
......
......@@ -972,8 +972,8 @@ export default {
pic: require("@/assets/imgs/home_tool_ic_znht.png"),
bg: "#e5f4fe",
color: "#38aef9",
url: "/intelligent_drawing",
target: 0
url: "/vmap/#/map",
target: 1
},
{
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