feat: 更新登录信息

This commit is contained in:
bunny 2025-05-01 14:37:08 +08:00
parent 4188573986
commit 7da55905b5
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ onBeforeUnmount(() => {
<el-form-item prop="password">
<el-input v-model="ruleForm.password" :placeholder="t('login.password')" :prefix-icon="useRenderIcon(Lock)" clearable show-password />
<el-checkbox v-model="userStore.isRemembered">
<el-text size="small" type="primary">{{ userStore.readMeDay }}天免登录(邮箱验证码随便输入,后端校验验证码已注释)</el-text>
<el-text size="small" type="primary">{{ userStore.readMeDay }}天免登录</el-text>
</el-checkbox>
</el-form-item>
</Motion>