{
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/projectList/projectList",
|
"style": {
|
"navigationBarTitleText": "项目列表",
|
// "enablePullDownRefresh": true,
|
"navigationStyle": "custom"
|
}
|
|
},{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "uni-app",
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/applyList/applyList",
|
"style": {
|
"navigationBarTitleText": "企业报名列表",
|
"enablePullDownRefresh": false,
|
"navigationBarBackgroundColor": "#F3F6F9"
|
}
|
|
}, {
|
"path": "pages/comApplyList/comApplyList",
|
"style": {
|
"navigationBarTitleText": "企业报名列表",
|
"enablePullDownRefresh": false
|
}
|
|
}, {
|
"path": "pages/applyDetail/applyDetail",
|
"style": {
|
"navigationBarTitleText": "企业报名详情",
|
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
}
|
|
}, {
|
"path": "pages/uploadServiceData/uploadServiceData",
|
"style": {
|
"navigationBarTitleText": "上传服务数据",
|
"enablePullDownRefresh": false
|
|
}
|
|
}, {
|
"path": "pages/uploadCheckData/uploadCheckData",
|
"style": {
|
"navigationBarTitleText": "上传诊断数据",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F3F6F9",
|
"backgroundColor": "#F3F6F9"
|
},
|
"uniIdRouter": {}
|
}
|