获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
经过测试发现两层以上的相对路径就会报这个错, 要解决新版开发工具中json文件路径报错的问题可以这样: 全局搜索`../../../`,在要包含的文件中输入`.json`,将搜有搜索到的结果替换为`/`即可。请注意,仅替换json文件,否则js文件解析会出问题!!!
升级多端后编译报错,如何解决?[summer-compiler] Couldn't found the '../../../../../components/weChatMobileAuth/weChatMobileAuth.json' file relative to 'pages/mycenter/pages/friendmade/receivecard' Error: [summer-compiler] Couldn't found the '../../../../../components/weChatMobileAuth/weChatMobileAuth.json' file relative to 'pages/mycenter/pages/friendmade/receivecard' 升级前没有这个错。请问该如何解决 问题已解决
2024-11-29