为什么创建底部栏的时候回报这个错误
"tabBar": {
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath":"",
"selectedIconPath":""
}, {
"pagePath": "pages/login/login",
"text": "登录",
"iconPath":"",
"selectedIconPath":""
}]
"tabBar": {
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath":"",
"selectedIconPath":""
}, {
"pagePath": "pages/login/login",
"text": "登录",
"iconPath":"",
"selectedIconPath":""
}]
2020-07-14
这个不是错误,只是提示开发者当前这个页面被索引了。
关于索引可以看下这里:https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html
https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html
举报