fix: 充值成功与记录页面增加联系客服,apikey教程更改

This commit is contained in:
Gsh
2025-08-17 22:08:03 +08:00
parent 4e42e2202e
commit ec27ee58b4
6 changed files with 294 additions and 25 deletions

View File

@@ -56,6 +56,7 @@ declare module 'vue' {
UserManagement: typeof import('./../src/components/userPersonalCenter/components/UserManagement.vue')['default']
VerificationCode: typeof import('./../src/components/LoginDialog/components/FormLogin/VerificationCode.vue')['default']
WelecomeText: typeof import('./../src/components/WelecomeText/index.vue')['default']
X: typeof import('./../src/components/userPersonalCenter/components/x.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']