修改
This commit is contained in:
parent
3c6c78be5f
commit
6c587f7f67
81
pages.json
81
pages.json
@ -3,20 +3,20 @@
|
|||||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
{
|
||||||
"path": "pages/myinformation/myinformation",
|
"path": "pages/myinformation/myinformation",
|
||||||
"style": {
|
"style": {
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/register/register",
|
"path": "pages/register/register",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "注册",
|
"navigationBarTitleText": "注册",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"path": "pages/homepage/homepage",
|
"path": "pages/homepage/homepage",
|
||||||
@ -412,45 +412,28 @@
|
|||||||
}, {
|
}, {
|
||||||
"path": "Serviceevaluation/Serviceevaluation",
|
"path": "Serviceevaluation/Serviceevaluation",
|
||||||
"style": {
|
"style": {
|
||||||
|
"onReachBottomDistance": 40,
|
||||||
"navigationBarTitleText": "服务评价",
|
"navigationBarTitleText": "服务评价",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"onReachBottom": true
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
"path": "evaluate/evaluate",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "评价",
|
||||||
|
"onReachBottomDistance": 40,
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"onReachBottom": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "myevaluation/myevaluation",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "我的评价",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
,{
|
|
||||||
"path" : "Serviceevaluation/Serviceevaluation",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"onReachBottomDistance": 40,
|
|
||||||
"navigationBarTitleText": "服务评价",
|
|
||||||
"enablePullDownRefresh": false,
|
|
||||||
"onReachBottom": true
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
,{
|
|
||||||
"path" : "evaluate/evaluate",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText": "评价",
|
|
||||||
"onReachBottomDistance": 40,
|
|
||||||
"enablePullDownRefresh": false,
|
|
||||||
"onReachBottom": true
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path" : "myevaluation/myevaluation",
|
|
||||||
"style" :
|
|
||||||
{
|
|
||||||
"navigationBarTitleText": "我的评价",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}, {
|
}, {
|
||||||
"root": "pagesC",
|
"root": "pagesC",
|
||||||
"pages": [{
|
"pages": [{
|
||||||
@ -659,4 +642,4 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user