You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'code')
at PermissionProvider.js:113:1
at Array.forEach (<anonymous>)
at PermissionProvider.js:112:1
该项目具体实现都是在依赖中的子模块完成的,尝试过以下做法
部分关键命令:
choerodon-front 的 package.json 修改后如下:
启动后知识库页面白屏无限 loading,控制台提示
错误来自
node_modules\@choerodon\master\lib\containers\components\c7n\tools\permission\PermissionProvider.js
尝试定位问题,加了几个 console.log 发现变量都没有定义,但实际上
/iam/choerodon/v1/permissions/menus/check-permissions
确有返回数据其他模块用以上方法也遇到同样问题,页面白屏无限 loading,希望能给予指导,谢谢!
The text was updated successfully, but these errors were encountered: