加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.05 KB
一键复制 编辑 原始数据 按行查看 历史
蒼飞 提交于 2023-07-06 12:42 . 第一次提交
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/photoLogin/photoLogin",
"style": {}
},
{
"path": "pages/home/appointmentHome/appointmentHome",
"style": {
"enablePullDownRefresh":true
}
},
{
"path": "pages/home/appointmentHome/product/product",
"style": {
"enablePullDownRefresh":true
}
},
{
"path": "pages/center/center",
"style": {
}
}
,{
"path" : "component/inputNumber",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pagesA",
"pages": [{
"path": "pages/creditDetail/creditDetail",
"style": {}
}
, {
"path": "pages/productRecord/productRecord",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "商品记录",
"navigationBarBackgroundColor": "#754c24",
"enablePullDownRefresh":true
}
},
{
"path": "pages/appointRecord/appointRecord",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "预约记录",
"navigationBarBackgroundColor": "#754c24",
"enablePullDownRefresh":true
}
},
{
"path": "pages/treatRecord/treatRecordDetail/treatRecordDetail",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "就诊记录详情",
"navigationBarBackgroundColor": "#754c24"
}
}, {
"path": "pages/aboutUs/aboutUs",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "关于我们",
"navigationBarBackgroundColor": "#754c24"
}
}, {
"path": "pages/aboutMe/aboutMe",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "我的信息",
"navigationBarBackgroundColor": "#754c24"
}
}, {
"path" : "userProtocol/userProtocol",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "用户协议",
"navigationBarBackgroundColor": "#754c24"
}
}, {
"path" : "privacyProtocal/privacyProtocal",
"style": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "隐私协议",
"navigationBarBackgroundColor": "#754c24"
}
}
]
},
{
"root": "pagesB",
"pages": [{
"path": "pages/center/login/login",
"style": {}
},
{
"path": "pages/appointPages/timeDoctor/timeDoctor",
"style": {
"enablePullDownRefresh":true
}
}, {
"path": "pages/appointPages/doctorList/doctorList",
"style": {}
}, {
"path": "pages/center/baseInfo/baseInfo",
"style": {}
}
]
}
],
"preloadRule": {
"pages/photoLogin/photoLogin": {
"network": "all",
"packages": ["__APP__"]
}
},
"tabBar": {
"selectedColor": "#754c24",
"borderStyle": "white",
// "backgroundColor":"#F2F2F2",
"list": [{
"pagePath": "pages/home/appointmentHome/appointmentHome",
"iconPath": "static/tabbar/appoint.png",
"selectedIconPath": "static/tabbar/appoint-selected.png",
"text": "预约"
},
// {
// "pagePath": "pagesA/pages/appointRecord/appointRecord",
// "iconPath": "static/tabbar/order.png",
// "selectedIconPath": "static/tabbar/order-selected.png",
// "text": "订单"
// },
{
"pagePath": "pages/center/center",
"iconPath": "static/tabbar/mind.png",
"selectedIconPath": "static/tabbar/mind-selected.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "甜小儿预约系统",
"navigationBarBackgroundColor": "#754c24",
"backgroundColor": "#F2F2F2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化