Pārlūkot izejas kodu

fix: 监控列表跳转链接调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 gadu atpakaļ
vecāks
revīzija
cee7f6360f

+ 1 - 1
src/components/common/Monitor.vue

@@ -52,7 +52,7 @@ export default {
   methods: {
     // 查看监控列表
     monitorList () {
-      this.$router.push('/my_client')
+      window.open('/swordfish/page_big_pc/my_client')
     },
     // 申请监控更多业主
     monitorApply () {

+ 1 - 1
src/views/ent-intel/MyClient.vue

@@ -353,7 +353,7 @@ export default {
       const { error_code: code, data } = await setReadStatus(params)
       if (code === 0 && data) {
         item.unread = 0
-        const { url } = getPowerUrl('buyerDesc', { id: item.name })
+        const { url } = getPowerUrl('buyerDesc', { id: item.name + '?active=2' })
         window.open(url)
       }
     },