Browse Source

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into develop

YaolongHan 4 years ago
parent
commit
9e9b6d9e9f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package.json
  2. 1 1
      src/components/Legend/src/legend.vue

+ 1 - 1
package.json

@@ -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",

+ 1 - 1
src/components/Legend/src/legend.vue

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