From 59e2b91dc90796e93f501c2be796dbdb0937b4b5 Mon Sep 17 00:00:00 2001 From: joshen Date: Fri, 7 Mar 2025 16:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E4=BF=AE=E6=94=B9ye?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/nottask/LoseEfficacy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/nottask/LoseEfficacy.vue b/src/views/nottask/LoseEfficacy.vue index 06acd44..7229fea 100644 --- a/src/views/nottask/LoseEfficacy.vue +++ b/src/views/nottask/LoseEfficacy.vue @@ -26,7 +26,7 @@ const title = ref("二维码已失效"); onMounted(() => { // 接收跳转请求的query参数 let route = useRoute(); - console.log(route.query.msg); + console.log("gx test router" , route.query.msg); if (route.query.msg) { title.value = route.query.msg; }