dingdong-mall/pages.json

39 lines
795 B
JSON
Raw Normal View History

2022-03-15 17:38:58 +08:00
{
"pages": [{
2022-03-24 17:32:26 +08:00
"path": "pages/index/index"
// "path": "pages/order/order-detail"
},
{
"path": "pages/product/product-detail",
2022-03-24 17:32:26 +08:00
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/product/product-pick",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2022-03-24 17:32:26 +08:00
}
// ,
// {
// "path": "pages/order/order-detail",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// }
],
"globalStyle": {
2022-03-15 17:38:58 +08:00
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
2022-03-15 17:38:58 +08:00
// "navigationBarTitleText": "uni-app",
// "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}