Compare commits

..

No commits in common. "a61ab82e01182805ff714853e185317111553223" and "c540bb10825d121368aeace4a8242a1ac2d25cbc" have entirely different histories.

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>