25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"pages": [{
|
|
"path": "pages/index/index"
|
|
},
|
|
{
|
|
"path": "pages/product/product-detail",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTextStyle": "black",
|
|
// "navigationBarTitleText": "uni-app",
|
|
// "navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|