lightning-load-project icon indicating copy to clipboard operation
lightning-load-project copied to clipboard

子类调父类的onLoad方法报错

Open xiebin2015 opened this issue 5 years ago • 0 comments

super.onLoad()报错 VM93:1 页面【pages/index/index]错误: Error: module "pages/index/index.js" is not defined at require (VM99 WAService.js:22) at :30:9 at doWhenAllScriptLoaded (appservice?t=1600852596794:1285) at HTMLScriptElement.scriptLoaded (appservice?t=1600852596794:1305) at HTMLScriptElement.script.onload (appservice?t=1600852596794:1313) console.error @ VM93:1 (anonymous) @ VM111:33 doWhenAllScriptLoaded @ appservice?t=1600852596794:1285 scriptLoaded @ appservice?t=1600852596794:1305 script.onload @ appservice?t=1600852596794:1313 load (async) (anonymous) @ appservice?t=1600852596794:1312 (anonymous) @ appservice?t=1600852596794:1323 VM111:34 Uncaught Error: module "pages/index/index.js" is not defined at require (VM99 WAService.js:22) at :30:9 at doWhenAllScriptLoaded (appservice?t=1600852596794:1285) at HTMLScriptElement.scriptLoaded (appservice?t=1600852596794:1305) at HTMLScriptElement.script.onload (appservice?t=1600852596794:1313) require @ VM99 WAService.js:22 (anonymous) @ VM111:30 doWhenAllScriptLoaded @ appservice?t=1600852596794:1285 scriptLoaded @ appservice?t=1600852596794:1305 script.onload @ appservice?t=1600852596794:1313 load (async) (anonymous) @ appservice?t=1600852596794:1312 (anonymous) @ appservice?t=1600852596794:1323 [sitemap 索引情况提示] 根据 sitemap 的规则[0],当前页面 [pages/index/index] 将被索引

xiebin2015 avatar Sep 23 '20 09:09 xiebin2015