dingdong-master/pages.json

26 lines
435 B
JSON
Raw Normal View History

2022-04-29 17:23:40 +08:00
{
"pages": [{
"path": "pages/index/index"
// "path": "pages/area-proxy/my-team"
}],
"subPackages": [{
"root": "pages/area-proxy/",
"pages": [{
"path": "my-team"
}]
}, {
"root": "pages/demand-center/",
"pages": [{
"path": "rule"
}, {
"path": "accept-demand-center"
}, {
"path": "demand-detail"
}]
2022-04-29 17:23:40 +08:00
}],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
}