Merge branch 'StableVersion' into develop
This commit is contained in:
@@ -265,12 +265,6 @@ export default defineComponent({
|
||||
this.gettrialList();
|
||||
let userInfo:any = getCookie("userInfo")
|
||||
this.userInfo = JSON.parse(userInfo);
|
||||
|
||||
if (this.userInfo.userId == 83 || this.userInfo.userId == 88 || this.userInfo.userId == 6) {
|
||||
} else {
|
||||
router.replace("/home");
|
||||
return
|
||||
}
|
||||
this.getIsAutoApproval()
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user