mirror of
https://github.com/certd/certd.git
synced 2026-05-15 12:37:30 +08:00
perf: email proxy
This commit is contained in:
@@ -47,6 +47,9 @@ export const useUserStore = defineStore({
|
||||
},
|
||||
isAdmin(): boolean {
|
||||
return this.getUserInfo?.id === 1;
|
||||
},
|
||||
isPlus(): boolean {
|
||||
return this.plusInfo?.isPlus || false;
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
|
||||
Reference in New Issue
Block a user