加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.59 KB
一键复制 编辑 原始数据 按行查看 历史
quiet 提交于 2023-12-18 10:11 . 解决小bug
{
"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/login/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/test/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/test-eventchannel-list/test-eventchannel-list",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/test-eventchannel-edit/test-eventchannel-edit",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "subpkg_archive",
"pages": [
{
"path": "form/index",
"style": {
"navigationBarTitleText": "添加患者",
"enablePullDownRefresh": false
}
},
{
"path": "list/index",
"style": {
"navigationBarTitleText": "患者列表",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "subpkg_consult",
"pages": [
{
"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_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"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "优医咨询",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},
"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"
}
]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化