flying-monkey/pages.json

217 lines
7.2 KiB
JSON
Raw Normal View History

{
2022-03-17 06:02:05 +00:00
"pages": [{
"path": "pages/guide-page/guide-page",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
}
}, {
"path": "pages/tabbar/pagehome/pagehome",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
"navigationBarTextStyle": "black",
"app-plus": {
"titleNView": false, //禁用原生导航栏APP和H5可用
"bounce": "none",
"scrollIndicator": "none"
}
}
}, {
"path": "pages/tabbar/my/my",
"style": {
2022-03-17 07:57:48 +00:00
"navigationBarTitleText": "个人中心",
2022-03-17 08:19:01 +00:00
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
2022-03-17 06:02:05 +00:00
}
}, {
"path": "pages/login/agreement",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/tabbar/project-list/project-list",
"style": {
"navigationBarTitleText": "项目列表",
"enablePullDownRefresh": false
}
2022-03-17 06:02:05 +00:00
}, {
"path": "pages/tabbar/feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
2022-03-17 06:02:05 +00:00
}, {
"path": "pages/register/register",
"style": {
2022-03-16 00:58:52 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
2022-03-17 06:02:05 +00:00
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
"navigationBarTextStyle": "black",
2022-03-16 00:58:52 +00:00
"app-plus": {
2022-03-17 06:02:05 +00:00
"titleNView": false, //禁用原生导航栏APP和H5可用
"bounce": "none",
"scrollIndicator": "none"
}
2022-03-16 00:58:52 +00:00
}
2022-03-17 06:02:05 +00:00
}, {
"path": "pages/repairsPage/repairsPage",
"style": {
2022-03-17 05:47:40 +00:00
"navigationBarTitleText": "添加保修",
"enablePullDownRefresh": false
}
2022-03-17 06:02:05 +00:00
}, {
"path": "pages/project/projectList",
"style": {
2022-03-17 05:47:40 +00:00
"navigationBarTitleText": "",
2022-03-17 08:16:14 +00:00
"enablePullDownRefresh": false,
2022-03-17 08:19:01 +00:00
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
2022-03-17 05:47:40 +00:00
}
2022-03-17 06:02:05 +00:00
}, {
"path": "pages/project/details",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //禁用原生导航栏,微信小程序可用
2022-03-17 06:02:05 +00:00
}
},
{
"path": "pages/forget/forget",
"style": {
"navigationBarTitleText": "找回密码",
"enablePullDownRefresh": false
}
2022-03-17 06:02:05 +00:00
}
2022-03-17 08:19:01 +00:00
, {
"path": "pages/feedback/feedback",
"style": {
2022-03-17 08:16:14 +00:00
"navigationBarTitleText": "",
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
2022-03-17 08:16:14 +00:00
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
2022-03-17 08:16:14 +00:00
}
,{
"path" : "pages/workOrder/workOrder",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom", //禁用原
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/workOrder/workorderTwo",
"style" :
{
"navigationBarTitleText": "",
2022-03-17 12:30:12 +00:00
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/workOrder/workOrderLlsit",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom", //禁用原生导航栏,微信小程序可用
"enablePullDownRefresh": false
}
}
2022-03-17 06:02:05 +00:00
],
2022-03-17 08:19:01 +00:00
"subPackages": [{ //A包
"root": "pagesA",
"pages": [{
"path": "test/test",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
2022-03-15 02:26:04 +00:00
}
2022-03-17 08:19:01 +00:00
}]
},
{ //B包
"root": "pagesB",
"pages": [{
"path": "personal-information/personal-information",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
}, {
"path": "electronic-certificate/electronic-certificate",
"style": {
"navigationBarTitleText": "电子证件",
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
}, {
"path": "service-range/service-range",
"style": {
"navigationBarTitleText": "服务范围",
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
}, {
"path": "i-want-evaluate/i-want-evaluate",
"style": {
"navigationBarTitleText": "我要评价",
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
}, {
"path": "my-account/my-account",
"style": {
"navigationBarTitleText": "我的账户",
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
}, {
"path": "set-up/set-up",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
2022-03-17 08:19:01 +00:00
}]
}
],
"preloadRule": {
"pages/tabbar/pagehome/pagehome": {
"network": "all",
"packages": ["pagesA"]
}
},
2022-03-17 06:02:05 +00:00
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF", //导航栏背景色
"backgroundColor": "#FFFFFF" ,//窗口背景色
"navigationStyle": "custom" ,//禁用原生导航栏,微信小程序可用
"app-plus": {
"titleNView": false, //禁用原生导航栏APP和H5可用
"bounce": "none",
"scrollIndicator": "none"
}
2022-03-17 06:02:05 +00:00
}
}