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
git仓库下来后,出现两个报错 uncaught at _callee3 at _callee3 和 Warning: SubMenu should not leave undefined "key".
两个error均已解决,
第一个解决方法,将src/plugins/onError.js复制到src中,并修改文件名为app.js,报错原因为dva的model错误未处理,我想知道正确的方法应该如何解决,如何将plugins/onError.js直接引入而非新增app.js。
第二个解决方法,为src/components/layout/Header.js中的两个<SubMenu />组件加上key属性。
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: