|
@@ -65,6 +65,7 @@ export default {
|
|
|
this.scene = new FloorScene()
|
|
|
this.scene.selectContainer.connect('listChange', this, this.listChange)
|
|
|
if (!fengmap) {
|
|
|
+
|
|
|
fengmap = new SFengParser('fengMap', `${this.mapServerURL}/fmap/${this.fmapID}`, this.key, this.appName, null)
|
|
|
fengmap.loadMap(this.fmapID, res => {
|
|
|
this.floorList = res
|