Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -110,6 +110,7 @@ export const usePermissionStore = defineStore({ | @@ -110,6 +110,7 @@ export const usePermissionStore = defineStore({ | ||
| 110 | * 否则不是超级管理员-获取对应角色的权限列表 | 110 | * 否则不是超级管理员-获取对应角色的权限列表 |
| 111 | */ | 111 | */ |
| 112 | const codeList = await getPermCode(); | 112 | const codeList = await getPermCode(); |
| 113 | + // console.log('codeList', codeList); | ||
| 113 | this.setPermCodeList(codeList); | 114 | this.setPermCodeList(codeList); |
| 114 | /** | 115 | /** |
| 115 | * 如果是超级管理员则获取对应权限列表 | 116 | * 如果是超级管理员则获取对应权限列表 |