diff --git a/src/views/portal/user/Message.vue b/src/views/portal/user/Message.vue index d3b37cde..93eaaa37 100644 --- a/src/views/portal/user/Message.vue +++ b/src/views/portal/user/Message.vue @@ -296,17 +296,17 @@ export default { if(item.pageUrl && item.pageUrl.length>10){ return item.pageUrl; }else{ - // if (item.refType == 2) { - // return this.webBaseUrl + '/article/detail?id=' + item.refId; - // } else if (item.refType == 4||item.refType == 5) { - // return this.webBaseUrl + '/qa/answer?id=' + item.refId; - // } else { - // // if (item.conType == 10) { - // // return this.webBaseUrl + '/course/micro?id=' + item.refId; - // // } else if (item.conType == 20) { - // return this.webBaseUrl + '/course/detail?id=' + item.refId; - // // } - // } + if (item.refType == 2) { + return this.webBaseUrl + '/article/detail?id=' + item.refId; + } else if (item.refType == 4||item.refType == 5) { + return this.webBaseUrl + '/qa/answer?id=' + item.refId; + } else { + // if (item.conType == 10) { + // return this.webBaseUrl + '/course/micro?id=' + item.refId; + // } else if (item.conType == 20) { + return this.webBaseUrl + '/course/detail?id=' + item.refId; + // } + } } }