From 2c16893e87c5e4ad7ea89ec1676ee363b21f76ff Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 19 Jan 2026 01:09:01 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=85=91=E6=8D=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=85=91=E6=8D=A2?= =?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=E9=92=B1=E5=8C=85=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=92=8C=E4=BA=A4=E6=98=93=E5=AF=86=E7=A0=81=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=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/exchange/index.vue | 583 +++++++++++++++++++++++++++++++++++ src/views/profile/index.vue | 2 +- 3 files changed, 589 insertions(+), 1 deletion(-) create mode 100644 src/views/exchange/index.vue diff --git a/src/router/index.ts b/src/router/index.ts index 00f4c1a..14cef5f 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -134,6 +134,11 @@ const routes: Array = [ component: () => import("@/views/transfer/index.vue"), meta: { requiresAuth: true }, }, + { + path: "/exchange", + component: () => import("@/views/exchange/index.vue"), + meta: { requiresAuth: true }, + }, ]; const router = createRouter({ diff --git a/src/views/exchange/index.vue b/src/views/exchange/index.vue new file mode 100644 index 0000000..48c1fcb --- /dev/null +++ b/src/views/exchange/index.vue @@ -0,0 +1,583 @@ + + + + + diff --git a/src/views/profile/index.vue b/src/views/profile/index.vue index ceaea81..93329db 100644 --- a/src/views/profile/index.vue +++ b/src/views/profile/index.vue @@ -66,7 +66,7 @@ async function handleLogout() {
- {{ userProfile?.nickname }} + {{ userProfile?.user.name }}
手机号:{{ userProfile?.user.username }}