From 9359666805a7bc6e421aae6819c50e67db61915c Mon Sep 17 00:00:00 2001 From: hhm Date: Wed, 26 Nov 2025 16:30:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20PC-=E6=96=B0=E7=94=A8=E6=88=B7=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E7=99=BB=E5=BD=95=E6=B2=A1=E6=9C=89=E8=AF=84=E4=BC=B0?= =?UTF-8?q?=E6=AC=A1=E6=95=B0=EF=BC=8C=E7=82=B9=E5=87=BB=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=8C=89=E9=92=AE=EF=BC=8C=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=AF=B9=E5=85=AC?= =?UTF-8?q?=E6=B1=87=E6=AC=BE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web1/src/views/home/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web1/src/views/home/index.vue b/web1/src/views/home/index.vue index f76269c..1e17f2d 100644 --- a/web1/src/views/home/index.vue +++ b/web1/src/views/home/index.vue @@ -37,6 +37,7 @@ async function handleStartEvaluation() { router.push('/pages') } else { $message.error('剩余评估次数不足!') + router.push('/user-center/transfer') } } catch (err) { console.log(err)