|
@@ -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)
|
|
|
},
|