pages.json
{"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages{"path" : "pages/message/message","style" : {"navigationBarTitleText": "信息页","navigationBarBackgroundColor": "#7FFF00","h5":{"pullToRefresh":{"color":"#007AFF"}}}},{"path": "pages/index/index","style": {"navigationBarTitleText": "uni-app"}},{"path" : "pages/content/content","style" : {}},{"path" : "pages/detail/detail","style" : {}}],"globalStyle": {"navigationBarTextStyle": "black","navigationBarTitleText": "uni-app","navigationBarBackgroundColor": "#7FFF00","backgroundColor": "#F8F8F8"},"tabBar":{"color":"#333333","backgroundColor":"#007AFF","list":[{"text":"首页","pagePath":"pages/index/index","iconPath":"static/1.jpg"},{"text":"信息页","pagePath":"pages/message/message","iconPath":"static/2.jpg"},{"text":"联系页","pagePath":"pages/content/content","iconPath":"static/2.jpg"}]},"condition":{"current":0,"list":[{"name":"详情页","path":"pages/detail/detail","query":"id=80"}]}
}
运行结果