之前的首页是index/index 现在改为 index/index-zb 可以改吗?
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
app.json路由里把index/index-zb放在第一位
微信官方社区7级专家专用小尾巴
可以啊
1.发布的时候修改
2.代码内app.json的pages数组内修改
改完重新提交审核
1、指定默认启动页,参考:https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#entryPagePath
2、不指定的话,默认是pages配置项的第一项
谢谢