|
@@ -164,10 +164,8 @@ export default {
|
|
|
* @description t跳转editer编辑器
|
|
|
*/
|
|
|
goToEditer() {
|
|
|
- console.log(1111)
|
|
|
let FloorID = this.$cookie.get('floorMapId') || 'f1'
|
|
|
- let categoryId = this.$cookie.get('categoryId') || 'LCGN'
|
|
|
- console.log(this.fmapID)
|
|
|
+ let categoryId = this.$cookie.get('categoryId')
|
|
|
const { conf } = window.__systemConf,
|
|
|
{ editerUrl } = conf
|
|
|
let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&fmapID=${this.fmapID}`
|
|
@@ -190,7 +188,7 @@ export default {
|
|
|
let postParams = {}
|
|
|
// this.graphId = this.$cookie.get('graphId')
|
|
|
let data = {
|
|
|
- graphId: '5956ef5cf6e34bd0980a18797d221026',
|
|
|
+ graphId: '0af035fbf7e6401cbccba6dbe2d3c802',
|
|
|
// graphId: this.graphId,
|
|
|
projectId: this.$store.state.plazaId,
|
|
|
flag: flag
|