|
@@ -153,7 +153,8 @@ let loginReq = () => {
|
|
|
.then(() => {
|
|
|
ElMessage({ message: "登录成功", type: "success" });
|
|
|
sessionStorage.setItem("userName", params.username);
|
|
|
- router.push({ path: state.redirect || "/", query: state.otherQuery });
|
|
|
+ // router.push({ path: state.redirect || "/", query: state.otherQuery });
|
|
|
+ router.push({ path: "/", query: state.otherQuery });
|
|
|
})
|
|
|
.catch((res) => {
|
|
|
console.log(res);
|