|
@@ -344,6 +344,10 @@ export default {
|
|
|
}
|
|
|
this.getUserInfoApi()
|
|
|
this.getMergeInfoApi()
|
|
|
+ const { query } = this.$route
|
|
|
+ const { active } = query
|
|
|
+ // 从市场分析报告-开启消息服务提醒传参 展开消息下拉菜单
|
|
|
+ this.activeName = active ? [Number(active)] : [0]
|
|
|
},
|
|
|
destroyed () {
|
|
|
window.clearInterval(this.timer)
|