dingdong-mall/pages.json

57 lines
1.0 KiB
JSON

{
"pages": [{
"path": "pages/index/index"
}],
"subPackages": [{
"root": "pages/order/",
"pages": [{
"path": "order-detail"
}]
}, {
"root": "pages/product/",
"pages": [{
"path": "product-detail"
}, {
"path": "product-pick"
}, {
"path": "shop-detail"
}]
}, {
"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"
}]
}],
// "pages": [{
// "path": "pages/my/serv-detail"
// }],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
// "navigationBarTitleText": "uni-app",
// "navigationBarBackgroundColor": "#F8F8F8",
// "backgroundColor": "#F8F8F8",
// "app-plus": {
// "background": "#efeff4"
// }
}
}