在测试分包的功能,打开分包下的页面,但提示一下错误

发布于 6 年前作者 fengna12803 次浏览最后编辑 6 年前来自 ask

Page[managepages/newShop/selectIndustry/index] not found. May be caused by: 1. Forgot to add page route in app.json. 2. Invoking Page() in async task

4 回复
yang31
yang311 楼6 年前

同样的情况

natian
natian2 楼6 年前

我现在也碰到这个问题,请问怎么解决的?

我是在开发工具上正常,在真机上就找不到路径

na36
na363 楼6 年前

请问怎么解决的?

xiuyinglai
xiuyinglai4 楼5 年前

“subPackages”:[

{

“root”:“infopages”,

“pages”:[

“about/index”,

“aboutTxtcontent/index”

]

},

{

“root”: “managepages”,

“pages”: [

“goodsmanager/index”,

“editGoods/index”,

“myManage/index”,

“newShop/selectIndustry/index”,

“newShop/createShop/index”

]

}

],

页面已经放在subpages里了