dingdong-master/pages.json

47 lines
775 B
JSON

{
"pages": [{
"path": "pages/index/index"
}],
"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"
}]
}, {
"root": "pages/my/",
"pages": [{
"path": "new-serv"
}, {
"path": "goods-manage"
}, {
"path": "master-occupancy"
}, {
"path": "withdraw"
}, {
"path": "bank-account-bind"
}]
}],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}