退出登录之后不是刷新页面,而是直接跳转到登录页面

This commit is contained in:
GeekMaster
2025-08-14 16:59:16 +08:00
parent f82270d097
commit c9a7449d2d
6 changed files with 47 additions and 41 deletions

View File

@@ -17,7 +17,7 @@
</el-form-item>
<el-form-item label="验证码">
<div class="flex">
<el-input v-model="form.code" maxlength="6" class="mr-2 w-1/2" />
<el-input v-model="form.code" maxlength="6" class="mr-2 max-w-[200px]" />
<send-msg size="" :receiver="form.mobile" type="mobile" />
</div>
</el-form-item>