https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
在 app.json 中设置 `homeButton`
"window": {
"navigationBarBackgroundColor": "#FFC0CB",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "内电子",
"backgroundTextStyle": "light",
"homeButton":true
},
控制台提示
基础库都按照要求设置了,感觉就是window里压根就没有这个属性,求官方解释