feat: 使用后端的验证码

This commit is contained in:
valarchie
2023-06-23 17:03:53 +08:00
parent 6130cd3149
commit 95a9675c7c
14 changed files with 90 additions and 25 deletions

1
types/global.d.ts vendored
View File

@@ -64,6 +64,7 @@ declare global {
VITE_CDN: boolean;
VITE_HIDE_HOME: string;
VITE_COMPRESSION: ViteCompression;
VITE_APP_BASE_API: string;
}
/**