删除登录页无用代码
This commit is contained in:
parent
0cfc3f7e83
commit
ba2f7908d6
@ -59,7 +59,7 @@
|
||||
</el-form>
|
||||
<!-- 底部 -->
|
||||
<div class="el-login-footer">
|
||||
<span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -113,7 +113,7 @@ function handleLogin() {
|
||||
}
|
||||
// 调用action的登录方法
|
||||
userStore.login(loginForm.value).then(() => {
|
||||
router.push({ path: redirect.value || "/" });
|
||||
router.push({ path: redirect.value || "/redirect" });
|
||||
}).catch(() => {
|
||||
loading.value = false;
|
||||
// 重新获取验证码
|
||||
|
Loading…
x
Reference in New Issue
Block a user