| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarBackgroundColor":"#FFFFFF",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/response/index",
- "style": {
- "navigationBarTitleText": "应答中心",
- "navigationBarBackgroundColor":"#f7f7f7"
- }
- },
- {
- "path": "pages/response/details",
- "style": {
- "navigationBarTitleText": "应答中心详情",
- "navigationBarBackgroundColor":"#f7f7f7"
- }
-
- }, {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/supervise/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor":"#FFFFFF"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- },
- "tabBar": {
- "color": "#cdcdcd",
- "selectedColor": "#56C979",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/image/indeximg/renwuon.png",
- "selectedIconPath": "static/image/indeximg/renwu.png",
- "text": "任务"
- },
- {
- "pagePath": "pages/response/index",
- "iconPath": "static/image/indeximg/huidaon.png",
- "selectedIconPath": "static/image/indeximg/huida.png",
- "text": "应答"
- },
- {
- "pagePath": "pages/supervise/index",
- "iconPath": "static/image/indeximg/yingjianon.png",
- "selectedIconPath": "static/image/indeximg/yingjian.png",
- "text": "监督"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/image/indeximg/meon.png",
- "selectedIconPath": "static/image/indeximg/me.png",
- "text": "我的"
- }
- ]
- }
- }
|