|
@@ -122,7 +122,7 @@ export default {
|
|
|
this.$store.commit("update", ["isLogin", true]);
|
|
|
// var info = JSON.parse(window.sessionStorage.getItem("userInfo"));
|
|
|
this.$store.commit("update", ["userInfo", userInfo]);
|
|
|
- this.$router.push("/eventCenter?steps=" + "2");
|
|
|
+ this.$router.push("/eventCenter?steps=" + "1");
|
|
|
// if (this.$route.path == "/login") {
|
|
|
// if (userInfo.type == "1") {
|
|
|
// this.$router.push("/eventCenter?steps=" + "2");
|