This commit is contained in:
ygx
2026-03-28 17:51:21 +08:00
parent 877e3115c4
commit da710158e5
19 changed files with 2720 additions and 2374 deletions

View File

@@ -33,7 +33,6 @@
<a-checkbox checked="rememberPassword" :model-value="loginConfig.rememberPassword" @change="setRememberPassword as any">
{{ $t('login.form.rememberPassword') }}
</a-checkbox>
<a-link>{{ $t('login.form.forgetPassword') }}</a-link>
</div>
<a-button type="primary" html-type="submit" long :loading="loading">
{{ $t('login.form.login') }}