From 0be8edd0a507e15fd559a012a271e5ce449b094e Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 22 Jan 2026 21:46:14 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=94=B6=E6=AC=BE?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE=E7=9A=84?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=EF=BC=8C=E4=BB=8E=20'/bank=5Faccounts/add'?= =?UTF-8?q?=20=E6=94=B9=E4=B8=BA=20'/payment/add'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-imports.d.ts | 1 + src/views/withdraw/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index d2b2d2f..778a2fb 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -451,6 +451,7 @@ declare module 'vue' { readonly shallowReactive: UnwrapRef readonly shallowReadonly: UnwrapRef readonly shallowRef: UnwrapRef + readonly showSuccessToast: UnwrapRef readonly showToast: UnwrapRef readonly storeToRefs: UnwrapRef readonly syncRef: UnwrapRef diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue index 3493b22..d22913d 100644 --- a/src/views/withdraw/index.vue +++ b/src/views/withdraw/index.vue @@ -255,7 +255,7 @@ function goToRecords() {