Pre Merge pull request !265 from bubu/dev

pull/265/MERGE
bubu 2025-05-27 03:32:59 +00:00 committed by Gitee
commit 4c16e3b96c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

View File

@ -43,7 +43,9 @@
<a-form-item>
<a-row :gutter="8">
<a-col :span="7">
<a-button class="xn-wd" round size="large" href="/login">{{ $t('login.backLogin') }}</a-button>
<a-button type="link" class="p-0">
<router-link to="/login">{{ $t('login.backLogin') }}</router-link>
</a-button>
</a-col>
<a-col :span="17">
<a-button type="primary" class="xn-wd" :loading="islogin" round size="large" @click="submitReset">{{

View File

@ -43,7 +43,9 @@
<a-form-item>
<a-row :gutter="8">
<a-col :span="7">
<a-button class="xn-wd" round size="large" href="/login">{{ $t('login.backLogin') }}</a-button>
<a-button type="link" class="p-0">
<router-link to="/login">{{ $t('login.backLogin') }}</router-link>
</a-button>
</a-col>
<a-col :span="17">
<a-button type="primary" class="xn-wd" :loading="islogin" round size="large" @click="submitReset">{{

View File

@ -90,7 +90,9 @@
</a-form-item>
<a-form-item>
<a href="/findpwd" class="xn-color-0d84ff">{{ $t('login.forgetPassword') }}</a>
<a-button type="link" class="p-0">
<router-link to="/findpwd">{{ $t('login.forgetPassword') }}</router-link>
</a-button>
</a-form-item>
<a-form-item>
<a-button type="primary" class="w-full" :loading="loading" round size="large" @click="login"