From 44c7a8c304a9d3f0ab98e46d2c82fd1c7dc60f23 Mon Sep 17 00:00:00 2001 From: starlight <2682994272@qq.com> Date: Sat, 28 Mar 2026 01:09:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(Account):=20=E6=B7=BB=E5=8A=A0=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E6=94=AF=E6=8C=81=E5=B9=B6=E6=94=B9=E8=BF=9B=E9=80=9A?= =?UTF-8?q?=E8=A1=8C=E5=AF=86=E9=92=A5=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在App.vue中引入useRoute并根据当前路由设置默认导航项 - 在PassKey.vue中添加模态窗口组件用于显示确认和警告对话框 - 替换原生alert和confirm为自定义模态窗口 - 实现通行密 --- src/App.vue | 4 +- src/components/PassKey.vue | 180 +++++++++++++++++++++++++++++++------ 2 files changed, 156 insertions(+), 28 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1c299f1..7b2ec56 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,15 @@