From 9ddf6f65d00b3efcc366e318b95abb2cef7d1977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com> Date: Thu, 18 Sep 2025 10:09:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A7=A3=E5=86=B3=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81url=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/demo/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dashboard/demo/index.vue b/src/views/dashboard/demo/index.vue index 2157827..0cb4501 100644 --- a/src/views/dashboard/demo/index.vue +++ b/src/views/dashboard/demo/index.vue @@ -21,6 +21,7 @@ setTimeout(() => { }, 500) const data = ref(data1) +// 为了解决系统不支持传参的问题,改为从路由参数中获取id,不是最终解决办法,带系统commitbug const id = route.path.split('/').pop() || '' onBeforeMount(async () => { console.log(route.path)