feat: 申请试用权限调整
This commit is contained in:
@ -41,7 +41,7 @@ export const useUserStore = defineStore('user', {
|
||||
},
|
||||
// 是否开通企业
|
||||
isOpenEnterprise(): boolean {
|
||||
return this.userInfo?.primary_enterprise?.subscribe_status === 1;
|
||||
return [1, 2].includes(this.userInfo?.primary_enterprise?.subscribe_status);
|
||||
},
|
||||
},
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user