hengmei-one/pages.json

118 lines
2.6 KiB
JSON

{
"pages": [{
"path": "pages/tabbar/pagehome/pagehome",
"style": {}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTextStyle": "black" //状态栏字体颜色
}
}, {
"path": "pages/tabbar/my/my",
"style": {}
},
{
"path": "pages/tabbar/shop/shop",
"style": {}
},
{
"path": "pages/tabbar/cate/cate",
"style": {}
},
{
"path": "pages/login/xiey",
"style": {}
}
],
"subPackages": [{ //A包
"root": "pagesA",
"pages": [{
"path": "nodifyData/nodifyData", //修改资料
"style": {}
}, {
"path": "makeAnPppointment/makeAnPppointment", //自主预约列表
"style": {}
}, {
"path": "ppointmentEv/ppointmentEv", //提交自主预约
"style": {}
}, {
"path": "suggestions/suggestions", //投诉及建议
"style": {}
}]
},
{ //B包
"root": "pagesB",
"pages": [{
"path": "searchPage/searchPage", //搜索页
"style": {}
}, {
"path": "mysharer/mysharer", //我的分享人
"style": {}
}, {
"path": "messagecenter/messagecenter", //消息中心
"style": {}
}, {
"path": "myCollection/myCollection", //我的收藏
"style": {}
}, {
"path": "customerList/customerList", //客户列表
"style": {}
}, {
"path": "userFootprint/userFootprint", //用户足迹
"style": {}
}, {
"path": "personalPoster/personalPoster", //二维码海报
"style": {}
}, {
"path": "sharingCenter/sharingCenter", //分享中心
"style": {}
}, {
"path": "aboutUs/aboutUs", //关于我们
"style": {}
}, {
"path": "articleDetail/articleDetail", //详情
"style": {}
}, {
"path": "doctor/doctor", //医生列表
"style": {}
}, {
"path": "doctorDetail/doctorDetail", //医生详情
"style": {}
}, {
"path": "problemDetail/problemDetail", //问题分类详情
"style": {}
},
{
"path": "video/playVideo",
"style": {}
},
{
"path": "customer/customer",
"style": {}
}, {
"path": "customerCheck/customerCheck",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}
],
"preloadRule": {
"pages/tabbar/pagehome/pagehome": {
"network": "all",
"packages": ["pagesA"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "恒美",
"navigationBarBackgroundColor": "#FFFFFF", //导航栏背景色
"backgroundColor": "#FFFFFF", //窗口背景色
"navigationStyle": "custom" //去掉所有原生导航栏
}
}