|
@@ -366,13 +366,13 @@
|
|
|
|
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- // this.getContorlPoint()
|
|
|
|
- // this.sceneNum = window.location.pathname.split('/')[2]
|
|
|
|
- // this.$nextTick(() => {
|
|
|
|
- // let t = setTimeout(() => {
|
|
|
|
- // this.map = this.initMap('map');
|
|
|
|
- // }, 100)
|
|
|
|
- // })
|
|
|
|
|
|
+ this.getContorlPoint()
|
|
|
|
+ // this.sceneNum = window.location.pathname.split('/')[2]
|
|
|
|
+ // this.$nextTick(() => {
|
|
|
|
+ // let t = setTimeout(() => {
|
|
|
|
+ // this.map = this.initMap('map');
|
|
|
|
+ // }, 100)
|
|
|
|
+ // })
|
|
|
|
|
|
|
|
|
|
|
|
|