Commit 7dd47b2e authored by leiqingsong's avatar leiqingsong

打开用户验证

parent 2646c3de
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
if (!sessionStorage.getItem("userId")) { if (!sessionStorage.getItem("userId")) {
// 1.获取code // 1.获取code
if (this.$route.query.unionid === undefined) { if (this.$route.query.unionid === undefined) {
// this.getUnionid(); this.getUnionid();
} else { } else {
console.log("有unionid"); console.log("有unionid");
this.userBaseInfo.unionid = JSON.stringify(this.$route.query.unionid); this.userBaseInfo.unionid = JSON.stringify(this.$route.query.unionid);
......
...@@ -252,7 +252,7 @@ export default { ...@@ -252,7 +252,7 @@ export default {
this.flag = sessionStorage.getItem("role"); this.flag = sessionStorage.getItem("role");
} }
} else { } else {
// this.zReadyUserId(); this.zReadyUserId();
this.zTestGetNowUrlInfo(); this.zTestGetNowUrlInfo();
} }
this.GET_CurrentActive(); this.GET_CurrentActive();
......
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