fix
This commit is contained in:
@@ -265,7 +265,7 @@ export default defineComponent({
|
||||
this.gettrialList();
|
||||
this.userInfo = JSON.parse(getCookie("userInfo") as any);
|
||||
|
||||
if (this.userInfo.userId == 83) {
|
||||
if (this.userInfo.userId == 83 || this.userInfo.userId == 88) {
|
||||
} else {
|
||||
router.replace("/home");
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user