src/store/modules/user.ts
@@ -31,7 +31,7 @@ avatar: '', nickname: '', deptId: 0 } }, }), getters: { getPermissions(): string[] { @@ -45,7 +45,7 @@ }, getUser(): UserVO { return this.user } }, }, actions: { async setUserInfoAction() {