电子围栏

yinyuyang
Yin Yuyang 2024-04-03 08:43:09 +08:00
parent 05489f7737
commit c986a4f6dd
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@
"url": "https://gitee.com/y_project/MuYu-Cloud.git"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@riophae/vue-treeselect": "0.4.0",
"axios": "0.24.0",
"clipboard": "2.0.8",

View File

@ -86,7 +86,7 @@ export default {
console.log(this.mapRequest.jwd)
savePolygon(this.mapRequest).then(response => {
this.$modal.msgSuccess("保存成功");
this.$router.push({path: '/business/fence'})
this.$router.push({path: '/etcfence/fence'})
});
}
},