|
@@ -8,6 +8,7 @@ export default {
|
|
|
return {
|
|
|
userid: this.$route.query.userid,
|
|
|
oid: this.$route.query.oid,
|
|
|
+ org: this.$route.query.org,
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
@@ -40,9 +41,10 @@ export default {
|
|
|
// window.sessionStorage.setItem("userInfo", JSON.stringify(this.userInfo));
|
|
|
_this.$store.commit("update", ["isLogin", true]);
|
|
|
_this.$store.commit("update", ["userInfo", _this.userInfo]);
|
|
|
- if (res.data[0][0].type == 1 || res.data[0][0].type == 2) {
|
|
|
- this.$router.push("/eventCenter?steps=" + "1");
|
|
|
- }
|
|
|
+ this.$router.push("/eventCenter?steps=" + "1");
|
|
|
+ // if (res.data[0][0].type == 1 || res.data[0][0].type == 2) {
|
|
|
+ // this.$router.push("/eventCenter?steps=" + "1");
|
|
|
+ // }
|
|
|
// else if (isU == 2 || isU == 4) {
|
|
|
// //市级账号 munAdmin
|
|
|
// this.$router.push("/score");
|