From f04d80924f9c9781e90f0a43318acaaf8fe77d42 Mon Sep 17 00:00:00 2001 From: "aoli.qu" <408346101@qq.com> Date: Wed, 25 Oct 2023 00:44:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E8=AA=89=E5=B1=95=E7=A4=BA=E6=A0=8F?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/honor/HonorDetail.vue | 7 +- src/views/honor/HonorShow.vue | 127 ++++++++++++-------------------- 2 files changed, 50 insertions(+), 84 deletions(-) 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 @@