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