Commit 29850592 authored by wxk's avatar wxk

登录后路由跳转问题

parent 61649b36
......@@ -255,7 +255,7 @@ export default {
localStorage["username"] = this.loginEmail;
sessionStorage.setItem("isLogin",true);
this.$router.push({
path:'/monitor/home/overview'
path:'/monitor/home'
})
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment