|
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "tabBar":{
- "color":"#777777",
- "selectedColor":"#2388FF",
- "backgroundColor":"#FFFFFF",
- "borderStyle":"white",
- "fontSize":"18rpx",
- "list": [
- {
- "pagePath": "pages/home",
- "iconPath": "/static/image/tabbar/home.png",
- "selectedIconPath": "/static/image/tabbar/home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/attendanceCall/index",
- "iconPath": "/static/image/tabbar/attendanceCall.png",
- "selectedIconPath": "/static/image/tabbar/attendanceCall.png",
- "text": "考勤点名"
- },
- {
- "pagePath": "pages/earlyWarning/index",
- "iconPath": "/static/image/tabbar/earlyWarning_active.png",
- "selectedIconPath": "/static/image/tabbar/earlyWarning_active.png",
- "text": "预警巡警"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "/static/image/tabbar/my.png",
- "selectedIconPath": "/static/image/tabbar/my.png",
- "text": "我的"
- }
- ]
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // 首页
- {
- "path": "pages/home",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- // 考勤点名
- {
- "path": "pages/attendanceCall/index",
- "style": {
- "navigationBarTitleText": "考勤点名",
- "enablePullDownRefresh": true
- }
- },
- // 归寝
- {
- "path" : "pages/attendanceCall/returnBed/detail",
- "style" :
- {
- "navigationBarTitleText": "查看详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/attendanceCall/returnBed/comfirm",
- "style" :
- {
- "navigationBarTitleText": "归寝确认",
- "enablePullDownRefresh": false
- }
- },
- // 客流
- {
- "path" : "pages/attendanceCall/passengerFlow/detail",
- "style" :
- {
- "navigationBarTitleText": "分片详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/attendanceCall/passengerFlow/add",
- "style" :
- {
- "navigationBarTitleText": "新增查询",
- "enablePullDownRefresh": false
- }
- },
- // {
- // "path": "pages/attendanceCall/rollCall/index",
- // "style": {
- // "navigationBarTitleText": "点名"
- // }
- // },
- // {
- // "path": "pages/attendanceCall/returnBed/index",
- // "style": {
- // "navigationBarTitleText": "归寝"
- // }
- // },
- // {
- // "path": "pages/attendanceCall/passengerFlow/index",
- // "style": {
- // "navigationBarTitleText": "客流"
- // }
- // },
- // 预警巡警
- {
- "path": "pages/earlyWarning/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- // 我的
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "校园监控预警平台",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|