删除登录页无用代码

This commit is contained in:
djhk 2025-10-14 15:39:23 +08:00
parent 0cfc3f7e83
commit ba2f7908d6

View File

@ -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;
//