Commit 680cda55 authored by youjie's avatar youjie

no message

parent 28dd3a1e
...@@ -247,12 +247,15 @@ export default { ...@@ -247,12 +247,15 @@ export default {
immediate: true immediate: true
} }
}, },
computed: {}, created(){
},
mounted() { mounted() {
// 日本随机背景色 // 日本随机背景色
this.setPaintRbBgList() this.setPaintRbBgList()
this.initMap(); this.initMap()
}, },
methods: { methods: {
// 初始化地图 // 初始化地图
initMap() { initMap() {
...@@ -834,7 +837,7 @@ export default { ...@@ -834,7 +837,7 @@ export default {
} }
}); });
} }
},500) },300)
} }
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment