Browse Source

Merge branch 'dev/v1.1.71_yf' of jianyu/jy-mobile into feature/v1.1.71

yangfeng 1 năm trước cách đây
mục cha
commit
ea9a30e3aa
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/views/push/PushSetting.vue

+ 4 - 0
src/views/push/PushSetting.vue

@@ -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)