代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
// navigationStyle使用自定义头部
"navigationStyle": "custom"
}
},
{
"path" : "pages/order/index",
"style" :
{
"navigationBarTitleText" : "我的订单",
"navigationBarBackgroundColor" : "#FFFFFF"
}
},
{
"path" : "pages/user/index",
"style" :
{
"navigationBarTitleText" : "",
"navigationBarBackgroundColor" : "#FFFFFF"
}
},
{
"path" : "components",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/search/index",
"style" :
{
"navigationBarTitleText" : "",
// navigationStyle使用自定义头部
"navigationStyle": "custom"
}
},
{
"path" : "pages/hospital/index",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/service/index",
"style" :
{
"navigationBarTitleText" : "填写服务订单"
}
},
{
"path" : "pages/clients/index",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText" : "订单详情",
"navigationBarBackgroundColor" : "#FFFFFF"
}
},
],
"tabBar": {
// 字体默认颜色
"color": "#535353",
// 选中颜色
"selectedColor": "#0八百84",
// 边框
"borderStyle": "white",
"list":[
{
"pagePath":"pages/index/index",
// 原始图标
"iconPath": "static/resource/images/tab_index.png",
// 选中图标
"selectedIconPath": "static/resource/images/tab_index_seled.png",
"text": "首页"
},
{
"pagePath":"pages/order/index",
"iconPath": "static/resource/images/tab_pub.png",
"selectedIconPath": "static/resource/images/tab_pub_seled.png",
"text": "订单"
},
{
"pagePath":"pages/user/index",
"iconPath": "static/resource/images/tab_user.png",
"selectedIconPath": "static/resource/images/tab_user_seled.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。