diff --git a/src/components/Article/shareItems.vue b/src/components/Article/shareItems.vue index 19e694fb..c1137264 100644 --- a/src/components/Article/shareItems.vue +++ b/src/components/Article/shareItems.vue @@ -6,9 +6,9 @@ 【已查看】 【未查看】 - + -
+
@@ -72,7 +72,7 @@ export default { } }) } - this.$router.push({path:'/article/detail',query:{id:item.objId}}) + this.$router.push({path:'/article/detail',query:{id:item.objId || item.id}}) // window.open(`${this.webBaseUrl}/article/detail?id=${item.objId}`) }, deleteshares(item){ @@ -129,7 +129,7 @@ export default { font-weight: 400; display: flex; justify-content: flex-start; - + align-items: center; .readed{ font-size: 18px; diff --git a/src/components/Course/shareItem.vue b/src/components/Course/shareItem.vue index dd45b3b5..c40062a0 100644 --- a/src/components/Course/shareItem.vue +++ b/src/components/Course/shareItem.vue @@ -113,7 +113,12 @@ export default { } }) } - this.$router.push({path:'/course/detail',query:{id:item.objId}}) + if(item.contentType == 20) { + this.$router.push({path:'/course/detail',query:{id:item.objId || item.id}}) + } else { + this.$router.push({path:'/course/micro',query:{id:item.objId || item.id}}) + } + // window.open(`${this.webBaseUrl}/course/detail?id=${item.objId}`) }, }, diff --git a/src/views/case/ManageList.vue b/src/views/case/ManageList.vue index dfc7074a..201110ba 100644 --- a/src/views/case/ManageList.vue +++ b/src/views/case/ManageList.vue @@ -14,9 +14,9 @@
-
+
- 搜索 + 搜索 重置
@@ -28,9 +28,9 @@ {{ scope.row.title }} - - - + +