|
@@ -489,6 +489,7 @@ export default {
|
|
|
this.getEventByReportorOrder(this.getCurrentDataStr())
|
|
|
this.getExposureStage(this.getCurrentDataStr())
|
|
|
this.getSupermap(this.getCurrentDataStr())
|
|
|
+ this.title = '四平市态势感知平台'
|
|
|
}, 2000)
|
|
|
this.getBaseInfo()
|
|
|
|
|
@@ -497,9 +498,6 @@ export default {
|
|
|
// this.initWebSocket()
|
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
- setTimeout(() => {
|
|
|
- this.title = '四平市态势感知平台'
|
|
|
- }, 1000)
|
|
|
},
|
|
|
data() {
|
|
|
return {
|