注意!要把app.json 内的 custom:false 修改好
更简单,可以直接把原先的页面添加到 app.json 内的跳转链接
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html#tabBar
官方文档:
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
更复杂,要把原先的页面更改为 component
其中可能涉及到页面函数 onLoad() 等其他的修改
注意不要修改文件夹名字,这个文件夹代表的是一个 component
解决博客
https://blog.csdn.net/qq_41297837/article/details/108284726
解决博客
https://blog.csdn.net/yi234567bo/article/details/118351971