Commit d9bae395eee2d8c0e4f44fab7eafc6494438a6cc

Authored by fengtao
1 parent 1eab6b97

fix:修改超级管理员权限分配菜单问题

... ... @@ -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 * 如果是超级管理员则获取对应权限列表
... ...