為什么創建底部欄的時候回報這個錯誤
"tabBar":?{
????"list":?[{
??????"pagePath":?"pages/home/home",
??????"text":?"首頁",
??????"iconPath":"",
??????"selectedIconPath":""
????},?{
??????"pagePath":?"pages/login/login",
??????"text":?"登錄",
??????"iconPath":"",
??????"selectedIconPath":""
????}]
2020-07-15
這個不是錯誤,只是提示開發者當前這個頁面被索引了。
關于索引可以看下這里:https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html
https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html