2
0

perf: 合并用户平台框架修改

This commit is contained in:
TsMask
2024-12-03 16:46:39 +08:00
parent 13ee5a3849
commit c6b0c60392
30 changed files with 631 additions and 874 deletions

View File

@@ -83,15 +83,15 @@ async function getCheckCode() {
<AButton type="primary" block size="large" shape="round" :loading="authStore.loginLoading" @click="handleSubmit">
{{ $t('common.confirm') }}
</AButton>
<div class="flex-y-center justify-between">
<!-- <div class="flex-y-center justify-between">-->
<!-- <AButton class="h-34px flex-1" block @click="toggleLoginModule('code-login')">-->
<!-- {{ t(loginModuleRecord['code-login']) }}-->
<!-- </AButton>-->
<div class="w-12px"></div>
<AButton class="h-34px flex-1" block @click="toggleLoginModule('register')">
{{ t(loginModuleRecord.register) }}
</AButton>
</div>
<!-- <div class="w-12px"></div>-->
<!-- <AButton class="h-34px flex-1" block @click="toggleLoginModule('register')">-->
<!-- {{ t(loginModuleRecord.register) }}-->
<!-- </AButton>-->
<!-- </div>-->
</ASpace>
</AForm>
</template>