小程序:Page is not constructed because it is not found._相对地址

明明文件存在,而且在app.json先写上路径,然后编译直接运行生成的,但在首页写了一个跳转链接到该页面就报了一个

VM58457:1 Page is not constructed because it is not found

尝试1、把cms/product下的对应文件全部删除,然后让其重新生成,没有效果。

尝试2、别人说在xxx.js都加上page({}),但是现在生成的时候已经有了,无效。

尝试3、升级微信开发者工具,无效。

小程序:Page is not constructed because it is not found._微信小程序_02

尝试4、有些说是因为开启了上传代码保护,但我压根没开,无效

小程序:Page is not constructed because it is not found._错误提示_03


尝试5、修复console下的所有错误提示。成功

小程序:Page is not constructed because it is not found._错误提示_04


这种一般是引入路径不对,移动了下位置,先前引入的相对地址就报错了。