分包时,报页面 has not been registered yet?@官方大

发布于 7 年前作者 wei9910949 次浏览最后编辑 7 年前来自 issues

分包时,报页面 has not been registered yet

确定页面路径正常

2 回复
xielei
xielei1 楼6 年前

如何写的 截图看下。 app.json 加你的目录

yanlai
yanlai2 楼6 年前

是因为你的js没有任何代码。

const app=getApp();
Page({
    data: {},
    onLoad:function() {}
})