|
@@ -124,7 +124,7 @@ export default {
|
|
|
this.$store.commit("update", ["userInfo", userInfo]);
|
|
|
// if (this.$route.path == "/login") {
|
|
|
// if (userInfo.type == "1") {
|
|
|
- this.$router.push("/eventCenter?steps=" + "2");
|
|
|
+ // this.$router.push("/eventCenter?steps=" + "2");
|
|
|
// } else if (userInfo.type == "2" || userInfo.type == "4") {
|
|
|
// this.$router.push("/anliList");
|
|
|
// } else if (userInfo.type == "5" || userInfo.type == "6") {
|