dingdong-master/pages.json

61 lines
1020 B
JSON
Raw 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-05-21 23:49:53 +08:00
}, {
"path": "pages/index/msg-dialog"
2022-05-19 22:12:16 +08:00
}],
"subPackages": [{
"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-05-21 23:49:53 +08:00
}, {
"path": "cancel-order"
2022-05-19 22:12:16 +08:00
}]
}, {
2022-05-19 22:12:16 +08:00
"root": "pages/my/",
"pages": [{
2022-05-19 22:12:16 +08:00
"path": "new-serv"
}, {
2022-05-19 22:12:16 +08:00
"path": "goods-manage"
}, {
2022-05-19 22:12:16 +08:00
"path": "master-occupancy"
2022-05-09 10:00:16 +08:00
}, {
2022-05-19 22:12:16 +08:00
"path": "withdraw"
2022-05-09 14:28:35 +08:00
}, {
2022-05-19 22:12:16 +08:00
"path": "bank-account-bind"
2022-05-21 23:49:53 +08:00
}, {
"path": "my-money-bag"
}, {
"path": "statement-desc"
}, {
"path": "pay-deposit"
2022-05-22 21:52:14 +08:00
}, {
"path": "personal-info"
}, {
"path": "account-security"
2022-05-06 23:47:18 +08:00
}]
2022-05-19 22:12:16 +08:00
}],
2022-04-29 17:23:40 +08:00
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}