mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 10:12:52 +08:00
消息案例跳转
This commit is contained in:
@@ -228,6 +228,8 @@ export default {
|
||||
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.refType == 3){
|
||||
return this.webBaseUrl + '/case/detail?id=' + item.refId;
|
||||
} else {
|
||||
if (item.conType == 10) {
|
||||
return this.webBaseUrl + '/course/micro?id=' + item.refId;
|
||||
|
||||
Reference in New Issue
Block a user