Uncaught TypeError: Cannot read property 'call' of undefined
来源:2-1 项目目录升级-一个正式项目的目录结构

慕函数3762822
2020-03-18
bundle.412ed8a1.js:710 Uncaught TypeError: Cannot read property ‘call’ of undefined
at webpack_require (bundle.412ed8a1.js:710)
at fn (bundle.412ed8a1.js:95)
at eval (index.js?b635:1)
at Object…/src/index.js (bundle.412ed8a1.js:1157)
at webpack_require (bundle.412ed8a1.js:710)
at fn (bundle.412ed8a1.js:95)
at Object.0 (bundle.412ed8a1.js:1170)
at webpack_require (bundle.412ed8a1.js:710)
at bundle.412ed8a1.js:762
at bundle.412ed8a1.js:765
大概是什么原因导致的?
写回答
1回答
-
Jokcy
2020-03-22
at Object…/src/index.js (bundle.412ed8a1.js:1157) 看这个可能跟/src/index.js有关,看上去像Object相关的API
00
相似问题