|
@@ -466,6 +466,7 @@ export default {
|
|
|
mounted() {
|
|
|
// 初始化地图数据
|
|
|
this.getSuperMapUrl();
|
|
|
+ setTimeout(() => {
|
|
|
this.getBaseInfo()
|
|
|
this.getTodayEvents(this.getCurrentDataStr())
|
|
|
this.getDeptEventCount(this.getCurrentDataStr())
|
|
@@ -476,6 +477,7 @@ export default {
|
|
|
this.getExposureStage(this.getCurrentDataStr())
|
|
|
this.getSupermap(this.getCurrentDataStr())
|
|
|
this.getMenuEventType()
|
|
|
+ }, 2000)
|
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
|
// this.initWebSocket()
|
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|