diff --git a/src/views/honor/HonorDetail.vue b/src/views/honor/HonorDetail.vue index bc33ab8..3868107 100644 --- a/src/views/honor/HonorDetail.vue +++ b/src/views/honor/HonorDetail.vue @@ -21,7 +21,7 @@
封面图 - +
@@ -111,10 +111,11 @@ export default { }, // 返回 按钮 close () { - this.$router.push({ path: '/honor/list', + /* this.$router.push({ path: '/honor/list', query: { } - }) + }) */ + this.$router.back() } } } diff --git a/src/views/honor/HonorShow.vue b/src/views/honor/HonorShow.vue index 8bcda4c..0714bc4 100644 --- a/src/views/honor/HonorShow.vue +++ b/src/views/honor/HonorShow.vue @@ -1,5 +1,4 @@