|
@@ -221,8 +221,6 @@ export default {
|
|
|
{ editerUrl } = conf
|
|
|
let floorName = this.floorName ? this.floorName : this.$cookie.get('floorNow')
|
|
|
let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&FloorName=${floorName}&fmapID=${this.fmapID}`
|
|
|
- console.log('data',data);
|
|
|
- console.log('this.categoryId',this.categoryId,this.$cookie.get('categoryId'))
|
|
|
let url = editerUrl + 'editer?' + encodeURIComponent(data)
|
|
|
window.open(url, true)
|
|
|
},
|