dingdong-mall/pages.json

75 lines
1.3 KiB
JSON

{
"pages": [{
"path": "pages/index/index"
// "path": "components/multi-level-nav/vertical-nav"
}],
"subPackages": [{
"root": "pages/order/",
"pages": [{
"path": "order-detail"
}, {
"path": "pay-result"
}]
}, {
"root": "pages/product/",
"pages": [{
"path": "product-detail"
}, {
"path": "product-pick"
}, {
"path": "shop-detail"
}, {
"path": "product-category"
}, {
"path": "filtered-products"
}]
}, {
"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"
}, {
"path": "statement-desc"
}, {
"path": "withdraw"
}, {
"path": "b-account-bind"
}]
}, {
"root":"pages/publish/",
"pages": [{
"path": "publish-task"
}]
}],
// "pages": [{
// "path": "pages/my/serv-detail"
// }],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
// "navigationBarTitleText": "uni-app",
// "navigationBarBackgroundColor": "#F8F8F8",
// "backgroundColor": "#F8F8F8",
// "app-plus": {
// "background": "#efeff4"
// }
}
}