dingdong-master/pages.json

41 lines
646 B
JSON
Raw Normal View History

2022-04-29 17:23:40 +08:00
{
"pages": [{
"path": "pages/index/index"
2022-04-29 17:23:40 +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"
}]
2022-05-06 23:47:18 +08:00
}, {
"root": "pages/order-manage/",
"pages": [{
"path": "order-manage"
2022-05-09 10:00:16 +08:00
}, {
"path":"serv-detail"
2022-05-09 14:28:35 +08:00
}, {
"path": "finish-order"
2022-05-06 23:47:18 +08:00
}]
}, {
"root": "pages/my/",
"pages": [{
"path": "new-serv"
}, {
"path": "goods-manage"
}]
2022-04-29 17:23:40 +08:00
}],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}