dingdong-mall/pages.json

69 lines
1.2 KiB
JSON
Raw Normal View History

2022-03-15 17:38:58 +08:00
{
"pages": [{
2022-04-27 10:00:39 +08:00
"path": "pages/index/index"
// "path": "components/multi-level-nav/vertical-nav"
2022-04-23 23:13:29 +08:00
}],
"subPackages": [{
"root": "pages/order/",
"pages": [{
"path": "order-detail"
}, {
"path": "pay-result"
2022-04-23 23:13:29 +08:00
}]
}, {
"root": "pages/product/",
"pages": [{
"path": "product-detail"
}, {
"path": "product-pick"
}, {
"path": "shop-detail"
}, {
"path": "product-category"
}, {
"path": "filtered-products"
2022-04-23 23:13:29 +08:00
}]
}, {
"root": "pages/my/",
"pages": [{
"path": "my-order"
}, {
"path": "my-cart"
}, {
"path": "my-address"
}, {
"path": "edit-address"
}, {
"path": "my-operator"
}, {
"path": "contract"
}, {
"path": "apply-operator"
}, {
"path": "Certification"
}, {
"path": "my-team-member"
}, {
"path": "serv-detail"
}]
2022-04-27 10:00:39 +08:00
}, {
"root":"pages/publish/",
"pages": [{
"path": "publish-task"
}]
2022-04-23 23:13:29 +08:00
}],
// "pages": [{
// "path": "pages/my/serv-detail"
// }],
"globalStyle": {
2022-03-15 17:38:58 +08:00
"navigationStyle": "custom",
2022-04-23 23:13:29 +08:00
"navigationBarTextStyle": "black"
2022-03-15 17:38:58 +08:00
// "navigationBarTitleText": "uni-app",
// "navigationBarBackgroundColor": "#F8F8F8",
2022-04-23 23:13:29 +08:00
// "backgroundColor": "#F8F8F8",
// "app-plus": {
// "background": "#efeff4"
// }
2022-03-15 17:38:58 +08:00
}
}