|
@@ -45,6 +45,7 @@ export default {
|
|
|
appName: "万达可视化系统",
|
|
|
key: "23f30a832a862c58637a4aadbf50a566",
|
|
|
mapServerURL: "http://map.wanda.cn/editor",
|
|
|
+ mapthemeUrl: `http://map.wanda.cn/editor/webtheme`,
|
|
|
canvasWidth: 700,
|
|
|
canvasHeight: 800,
|
|
|
fParser: null,
|
|
@@ -100,7 +101,8 @@ export default {
|
|
|
this.mapServerURL + "/fmap/" + this.urlMsg.fmapID,
|
|
|
this.key,
|
|
|
this.appName,
|
|
|
- null
|
|
|
+ null,
|
|
|
+ this.mapthemeUrl
|
|
|
);
|
|
|
const floorid = this.urlMsg.FloorID;
|
|
|
fengmap.loadMap(this.urlMsg.fmapID, resp => {
|