{
"pages":[
"pages/demo1/demo1",
"pages/index/index",
"pages/iher/iher",
"pages/home/home",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#3718ff",
"navigationBarTitleText": "欢迎来到我的小程序",
"navigationBarTextStyle":"white",
"enablePullDownRefresh": true,
"backgroundColor": "#ff412e"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icon/首页_format.png",
"selectedIconPath": "icon/首页_format.png"
},
{
"pagePath": "pages/iher/iher",
"text": "分类",
"iconPath": "icon/分类.png",
"selectedIconPath": "icon/分类.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
用英文试试