@@ -11,7 +11,7 @@
"@saga-web/base": "2.1.19",
"@saga-web/big": "1.0.39",
"@saga-web/draw": "2.1.94",
- "@saga-web/feng-map": "1.0.10",
+ "@saga-web/feng-map": "1.0.11",
"@saga-web/graph": "2.1.82",
"ant-design-vue": "^1.4.10",
"axios": "^0.19.2",
@@ -165,7 +165,7 @@ export default {
console.log(this.fmapID)
const { conf } = window.__systemConf,
{ editerUrl } = conf
- let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&fmapId=${this.fmapID}'`
+ let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&fmapID=${this.fmapID}`
let url = editerUrl + 'editer?' + encodeURIComponent(data)
window.open(url, true)
},