From 46bc51b0bd937c3814ea3cf01578ddf9f9ea6c15 Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 19 Jan 2026 00:15:58 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=8A=E7=9B=B8=E5=85=B3=E9=80=BB=E8=BE=91?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BA=A4=E6=98=93=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 5 + src/views/security/index.vue | 125 ++++++- src/views/withdraw/index.vue | 687 +++++++++++++++++++++++++++++++++++ 3 files changed, 807 insertions(+), 10 deletions(-) create mode 100644 src/views/withdraw/index.vue diff --git a/src/router/index.ts b/src/router/index.ts index 8160552..5824f91 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -124,6 +124,11 @@ const routes: Array = [ component: () => import("@/views/asset_center/index.vue"), meta: { requiresAuth: true }, }, + { + path: "/withdraw", + component: () => import("@/views/withdraw/index.vue"), + meta: { requiresAuth: true }, + }, ]; const router = createRouter({ diff --git a/src/views/security/index.vue b/src/views/security/index.vue index 05c5f06..ee58e5e 100644 --- a/src/views/security/index.vue +++ b/src/views/security/index.vue @@ -1,13 +1,12 @@ diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue new file mode 100644 index 0000000..f8f2c38 --- /dev/null +++ b/src/views/withdraw/index.vue @@ -0,0 +1,687 @@ + + + + +