hm-examples/pages.json

291 lines
9.4 KiB
JSON

{
"pages": [
{
"path" : "pages/tabbar/pagehome/pagehome",
"style" :{}
},{
"path" : "pages/login/login",
"style" :{
"navigationBarTextStyle":"black" //状态栏字体颜色
}
},
{
"path" : "pages/tabbar/my/staffDuan",
"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" : {}
}
,{
"path" : "shopCart/shopCart",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "getReadyDan/getReadyDan-two",
"style" : {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "member/member",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "integralManage/integralManage",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "peacockCoin/peacockCoin",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "signIn/signIn",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "myOrder/myOrder",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "myAddress/myAddress",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "activityTask/activityTask",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "coupon/coupon",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pointsMall/pointsMall",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "my-diary/my-diary",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "my-diary-edit/my-diary-edit",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
},
{//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" : "shopDetail/shopDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "orderDetail/orderDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "customerCheck/customerCheck",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "shopSearch/shopSearch",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "problemList/problemList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}
],
"preloadRule": {
"pages/tabbar/pagehome/pagehome": {
"network": "all",
"packages": ["pagesA"]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Company",
"navigationBarBackgroundColor": "#FFFFFF",//导航栏背景色
"backgroundColor": "#FFFFFF",//窗口背景色
"navigationStyle":"custom"//去掉所有原生导航栏
}
}