46 lines
756 B
JSON
46 lines
756 B
JSON
{
|
|
"pages": [{
|
|
// "path": "pages/index/index"
|
|
"path": "pages/my/master-occupancy"
|
|
}],
|
|
"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"
|
|
// }]
|
|
// }
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black"
|
|
}
|
|
}
|