| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // {
- // "path": "pages/response/video",
- // "style": {
- // "navigationBarTitleText": "视频通话",
- // "navigationBarBackgroundColor": "#ffffff",
- // "enablePullDownRefresh": false,
- // "navigationStyle": "custom"
- // }
- // },
- {
- "path": "pages/start/start",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "任务",
- "navigationBarBackgroundColor": "#ffffff",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "splitLine": { //原生导航栏加下边框
- "color": "#e3e3e3",
- "height": "1px"
- }
- }
- },
- "titleNView": {
- "buttons": [{
- "text": "",
- "fontSize": "14px",
- "color": "#409eff"
- }]
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/response/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/response/video",
- "style": {
- "navigationBarTitleText": "视频通话",
- "navigationBarBackgroundColor": "#ffffff",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/response/details",
- "style": {
- "navigationBarTitleText": "应答中心详情",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false,
- "disableSwipeBack": true,
- "app-plus": {
- "softinputmode": "adjustResize"
- }
- }
- },
- // {
- // "navigationBarBackgroundColor": "#f7f7f7",
- // "enablePullDownRefresh": false
- // }
- // },
- {
- "path": "pages/supervise/index",
- "style": {
- "navigationBarTitleText": "监督",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "splitLine": { //原生导航栏加下边框
- "color": "#e3e3e3",
- "height": "1px"
- }
- }
- }
- }
- },
- {
- "path": "pages/my/myinfo",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": false,
- "disableSwipeBack": true,
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/my/password",
- "style": {
- "navigationBarTitleText": "修改密码",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/my/monitorlog",
- "style": {
- "navigationBarTitleText": "监测日志",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#ffffff",
- "titleNView": {
- "buttons": [{
- "text": "",
- "fontSize": "14px",
- "color": "#409eff"
- }]
- }
- }
- },
- {
- "path": "pages/my/addcont",
- "style": {
- "navigationBarTitleText": "新增内容",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/my/version",
- "style": {
- "navigationBarTitleText": "更新记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "titleNView": {
- "buttons": [{
- "text": "更新",
- "fontSize": "14px",
- "color": "#409eff"
- }]
- }
- }
- },
- {
- "path": "pages/my/mymonit",
- "style": {
- "navigationBarTitleText": "监督记录",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/my/mtmonitdetails",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/my/monitorlogdata",
- "style": {
- "navigationBarTitleText": "记录详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/index/harmfultask",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "titleNView": {
- "buttons": [{
- "text": " ",
- "fontSize": "14px",
- "color": "#409eff"
- }]
- }
- }
- },
- {
- "path": "pages/index/clockDetail",
- "style": {
- "navigationBarTitleText": "签到",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/index/details",
- "style": {
- "navigationBarTitleText": "任务详情",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarShadow": {
- "colorType": "grey"
- },
- "titleNView": {
- "buttons": [{
- "text": "",
- "fontSize": "14px",
- "color": "#409eff"
- }]
- }
- }
- },
- {
- "path": "pages/index/taskEdit",
- "style": {
- "navigationBarTitleText": "任务填报",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarShadow": {
- "colorType": "grey"
- }
- }
- },
- {
- "path": "pages/supervise/supetask",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff",
- "titleNView": {
- "buttons": [{
- "text": " ",
- "fontSize": "14px",
- "color": "#409eff"
- }]
- }
- }
- },
- {
- "path": "pages/supervise/submitsupe",
- "style": {
- "navigationBarTitleText": "监督",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/insectpest/insectpest",
- "style": {
- "navigationBarTitleText": "登记信息",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/insectpest/baselist",
- "style": {
- "navigationBarTitleText": "设备列表",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/addressList/index",
- "style": {
- "navigationBarTitleText": "通讯录",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/my/map",
- "style": {
- "navigationBarTitleText": "我的轨迹",
- "navigationBarBackgroundColor": "#ffffff"
- }
-
- },
- {
- "path": "pages/my/warnList",
- "style": {
- "navigationBarTitleText": "预警记录",
- "enablePullDownRefresh": true,
- "navigationBarBackgroundColor": "#ffffff"
- }
-
- },
- {
- "path": "pages/my/formRecord/fieldSurveys",
- "style": {
- "navigationBarTitleText": "踏查记录表",
- "navigationBarBackgroundColor": "#ffffff"
- }
-
- },
- {
- "path": "pages/my/formRecord/samplePlot",
- "style": {
- "navigationBarTitleText": "样地调查表",
- "navigationBarBackgroundColor": "#ffffff"
- }
-
- },
- {
- "path": "pages/my/formRecord/trapRecord",
- "style": {
- "navigationBarTitleText": "诱捕器调查记录表",
- "navigationBarBackgroundColor": "#ffffff"
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- },
- "tabBar": {
- "color": "#cdcdcd",
- "selectedColor": "#409eff",
- "borderStyle": "#e3e3e3",
- "backgroundColor": "#fff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tab/home.png",
- "selectedIconPath": "static/tab/home-active.png",
- "text": "任务"
- },
- {
- "pagePath": "pages/supervise/index",
- "iconPath": "static/tab/supervise.png",
- "selectedIconPath": "static/tab/supervise-active.png",
- "text": "监督"
- },
- {
- "pagePath": "pages/response/index",
- "iconPath": "static/tab/info.png",
- "selectedIconPath": "static/tab/info-active.png",
- "text": "应答"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/tab/profile.png",
- "selectedIconPath": "static/tab/profile-active.png",
- "text": "我的"
- }
- ]
- }
- }
|