[fix 83057] 消息增加新标签页打开page

This commit is contained in:
danshihao
2024-03-26 18:04:58 +08:00
parent f028b5b2b3
commit 136baa0c22
2 changed files with 9 additions and 1 deletions
@@ -201,6 +201,10 @@ export default {
this.$router.push({ path: record.openPage })
// 如果是跳转其他页面请求详情(作用是为了标记已读)
getMsgDetail({ id: record.id })
} else if (record.openType === 'page') {
this.$openPageNewSheet({ path: record.openPage })
// 如果是跳转其他页面请求详情(作用是为了标记已读)
getMsgDetail({ id: record.id })
} else {
this.$router.push({
path: '/isps/userAnnouncementDetail',