[fix 83057] 消息增加新标签页打开page
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user