94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
||
|
||
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "首页",
|
||
"enablePullDownRefresh": true,
|
||
"app-plus": {
|
||
"titleNView": false //去掉app+h5顶部导航
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/personalCenter/changeInformation",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
|
||
{
|
||
"path": "pages/commodity/commodity",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
|
||
{
|
||
"path": "pages/disclaimer/disclaimer",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/aboutUs/aboutUs",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/personalCenter/personalCenter",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
|
||
{
|
||
"path": "pages/index/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
|
||
{
|
||
"path": "pages/search/search",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
},
|
||
{
|
||
"path": "pages/classify/classify",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app"
|
||
}
|
||
}
|
||
|
||
],
|
||
"globalStyle": {
|
||
"onReachBottomDistance": 30,
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"navigationStyle":"custom"
|
||
|
||
}
|
||
|
||
}
|