分包时,报页面 has not been registered yet?@官方大
发布于 7 年前 作者 wei99 10902 次浏览 来自 官方Issues

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

确定页面路径正常

2 回复

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

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

const app=getApp();
Page({
    data: {},
    onLoad:function() {}
})
回到顶部