This commit is contained in:
X1627315083
2023-12-19 16:36:48 +08:00
parent c50c6e76f9
commit 904b9856fd
18 changed files with 103 additions and 40 deletions

View File

@@ -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