代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "优医咨询",
"navigationStyle": "custom"
}
}, {
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/notify/index",
"style": {
"navigationBarTitleText": "消息通知",
"enablePullDownRefresh": false
}
}, {
"path": "pages/wiki/index",
"style": {
"navigationBarTitleText": "健康百科",
"enablePullDownRefresh": false
}
}, {
"path": "pages/test/index",
"style": {
"navigationBarTitleText": "测试页面",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/qq",
"style": {
"navigationBarTitleText": "QQ登录"
}
}
],
"tabBar": {
"color": "#6F6F6F",
"selectedColor": "#6F6F6F",
"borderStyle": "white",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home-default.png",
"selectedIconPath": "static/tabbar/home-active.png"
},
{
"text": "健康百科",
"pagePath": "pages/wiki/index",
"iconPath": "static/tabbar/wiki-default.png",
"selectedIconPath": "static/tabbar/wiki-active.png"
},
{
"text": "消息通知",
"pagePath": "pages/notify/index",
"iconPath": "static/tabbar/notify-default.png",
"selectedIconPath": "static/tabbar/notify-active.png"
},
{
"text": "我的",
"pagePath": "pages/my/index",
"iconPath": "static/tabbar/my-default.png",
"selectedIconPath": "static/tabbar/my-active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"subPackages": [{
"root": "subpkg_medicine",
"pages": [{
"path": "payment/index",
"style": {
"navigationBarTitleText": "等待支付"
}
},
{
"path": "pay_result/index",
"style": {
"navigationBarTitleText": "支付结果"
}
},
{
"path": "order_detail/index",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "order_list/index",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "timeline/index",
"style": {
"navigationBarTitleText": "查看物流",
"navigationStyle": "custom"
}
}
]
}, {
"root": "subpkg_consult",
"pages": [{
"path": "order_list/index",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "order_detail/index",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "room/index",
"style": {
"navigationBarTitleText": "问诊室"
}
}, {
"path": "payment/index",
"style": {
"navigationBarTitleText": "等待付款"
}
}, {
"path": "quickly/index",
"style": {
"navigationBarTitleText": "极速问诊"
}
},
{
"path": "department/index",
"style": {
"navigationBarTitleText": "选择科室"
}
},
{
"path": "description/index",
"style": {
"navigationBarTitleText": "图文问诊"
}
},
{
"path": "patient/index",
"style": {
"navigationBarTitleText": "选择患者"
}
}
]
},
{
"root": "subpkg_archive",
"pages": [{
"path": "form/index",
"style": {
"navigationBarTitleText": "添加患者"
}
},
{
"path": "list/index",
"style": {
"navigationBarTitleText": "患者列表"
}
}
]
}
],
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。