From 65277168bb7b65e9dc76eb9b3cc8c7bad9603802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9A=AE=E5=85=89=EF=BC=9A=E5=9F=8E=E4=B8=AD=E5=9F=8E?= <806783409@qq.com> Date: Thu, 16 Feb 2023 21:56:17 +0800 Subject: [PATCH] =?UTF-8?q?#I6FO83=20=E8=A7=A3=E5=86=B3=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2=EF=BC=8C=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=97=B6=E6=98=AF=E4=B8=8A=E4=B8=80=E6=AC=A1=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zyplayer-doc-ui/wiki-ui/src/views/page/Show.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zyplayer-doc-ui/wiki-ui/src/views/page/Show.vue b/zyplayer-doc-ui/wiki-ui/src/views/page/Show.vue index ac326394..20db2665 100644 --- a/zyplayer-doc-ui/wiki-ui/src/views/page/Show.vue +++ b/zyplayer-doc-ui/wiki-ui/src/views/page/Show.vue @@ -273,7 +273,7 @@ const props = defineProps({ }); let emit = defineEmits(['switchSpace', 'changeExpandedKeys', 'loadPageList']); onBeforeRouteUpdate((to) => { - loadPageDetail(to.query.pageId); + initQueryParam(to); }); onMounted(() => { initQueryParam(route);