1 Star 0 Fork 0

zhuchao_1/consult-patient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.58 KB
一键复制 编辑 原始数据 按行查看 历史
zhuchao_1 提交于 2024-10-15 20:56 . 优医问诊
{
"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": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhuchao_1/consult-patient.git
git@gitee.com:zhuchao_1/consult-patient.git
zhuchao_1
consult-patient
consult-patient
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385