dingdong-master/pages.json

35 lines
576 B
JSON

{
"pages": [{
// "path": "pages/index/index"
"path": "pages/my/new-serv"
}],
"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"
}]
}],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}