dingdong-master/pages.json

70 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2022-04-29 17:23:40 +08:00
{
"pages": [{
2022-05-19 22:12:16 +08:00
"path": "pages/index/index"
2022-07-21 15:50:09 +08:00
}, {
"path": "pages/index/msg-dialog"
2022-05-19 22:12:16 +08:00
}],
"subPackages": [{
2022-08-09 20:11:13 +08:00
"root": "pages/login",
"pages": [{
"path": "login"
}]
}, {
2022-05-19 22:12:16 +08:00
"root": "pages/area-proxy/",
"pages": [{
"path": "my-team"
}]
}, {
"root": "pages/demand-center/",
"pages": [{
"path": "rule"
}, {
"path": "accept-demand-center"
}, {
"path": "demand-detail"
}]
}, {
"root": "pages/order-manage/",
"pages": [{
"path": "order-manage"
}, {
"path": "serv-detail"
}, {
"path": "finish-order"
2022-07-21 15:50:09 +08:00
}, {
"path": "cancel-order"
}]
}, {
"root": "pages/my/",
"pages": [{
"path": "new-serv"
}, {
"path": "master-occupancy"
}, {
"path": "withdraw"
}, {
"path": "b-account-bind"
}, {
"path": "my-money-bag"
}, {
"path": "statement-desc"
}, {
"path": "pay-deposit"
}, {
"path": "personal-info"
}, {
"path": "account-security"
}, {
"path": "master-settled-info"
}, {
"path": "certification"
}, {
"path": "apply-shop"
2022-05-19 22:12:16 +08:00
}]
}],
2022-04-29 17:23:40 +08:00
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
2022-07-21 15:50:09 +08:00
}