| | |
| | | {
|
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
| | | { |
| | | "path": "pages/projectList/projectList", |
| | | "path": "pages/workbench/workbench", |
| | | "style": { |
| | | "navigationBarTitleText": "项目列表", |
| | | // "enablePullDownRefresh": true, |
| | | "navigationStyle": "custom" |
| | | "navigationBarTitleText": "工作台", |
| | | "enablePullDownRefresh": false |
| | | } |
| | | |
| | | },{
|
| | | }, |
| | | {
|
| | | "path": "pages/index/index",
|
| | | "style": {
|
| | | "navigationBarTitleText": "uni-app",
|
| | | "navigationStyle": "custom"
|
| | | "navigationBarTitleText": "待办"
|
| | | }
|
| | | }, {
|
| | | "path": "pages/applyList/applyList",
|
| | | }, {
|
| | | "path": "pages/mine/mine",
|
| | | "style": {
|
| | | "navigationBarTitleText": "企业报名列表",
|
| | | "enablePullDownRefresh": false,
|
| | | "navigationBarBackgroundColor": "#F3F6F9"
|
| | | }
|
| | |
|
| | | }, {
|
| | | "path": "pages/comApplyList/comApplyList",
|
| | | "style": {
|
| | | "navigationBarTitleText": "企业报名列表",
|
| | | "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
|
| | | }
|
| | |
|
| | | }
|
| | | ],
|
| | | ,{
|
| | | "path" : "pages/login/login", |
| | | "style" : |
| | | { |
| | | "navigationBarTitleText": "登录", |
| | | "enablePullDownRefresh": false, |
| | | "navigationStyle": "custom" |
| | | } |
| | | |
| | | }
|
| | | ],
|
| | | "globalStyle": {
|
| | | "navigationBarTextStyle": "black",
|
| | | "navigationBarTitleText": "uni-app",
|
| | | "navigationBarTitleText": "uni-app", |
| | | "navigationBarBackgroundColor": "#F3F6F9",
|
| | | "backgroundColor": "#F3F6F9"
|
| | | }, |
| | | "tabBar": { |
| | | "color": "#666666", |
| | | "selectedColor": "#222222", |
| | | "borderStyle": "black", |
| | | "backgroundColor": "#fff", |
| | | "list": [ |
| | | { |
| | | "pagePath": "pages/index/index", |
| | | "iconPath": "static/nav_daiban@2x.png", |
| | | "selectedIconPath": "static/nav_daiban_sel@2x.png", |
| | | "text": "待办" |
| | | }, |
| | | { |
| | | "pagePath": "pages/workbench/workbench", |
| | | "iconPath": "static/nav_gongzuotai@2x.png", |
| | | "selectedIconPath": "static/nav_gongzuotai_sel@2x.png", |
| | | "text": "工作台" |
| | | }, |
| | | { |
| | | "pagePath": "pages/mine/mine", |
| | | "iconPath": "static/nav_wode@2x.png", |
| | | "selectedIconPath": "static/nav_wode_sel@2x.png", |
| | | "text": "我的" |
| | | } |
| | | ] |
| | | },
|
| | | "uniIdRouter": {}
|
| | | } |