1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#f3f3f3",
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- },
- {
- "path": "pages/app/index",
- "style": {
- "navigationBarTitleText": "应用",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#a3a3a3",
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationStyle": "custom", // 取消本页面的导航栏
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- }, {
- "path": "pages/user/payCode",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "HS 码",
- "navigationBarBackgroundColor": "#d7fdfc",
- "backgroundColor": "#c2f5ed",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/expense/expenseCalendar",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "消费记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/rechargeHistory",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "navigationBarTitleText": "充值记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/card",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "已绑定卡片",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#ffffff",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/notification",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "消息提醒",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#ebebeb",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/settings/settings",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "系统设置",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#ffffff",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/expense/details",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "navigationBarTitleText": "消费详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/home/myWebView",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "navigationBarTitleText": "浏览",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": {
- "backgroundColor": "rgb(255, 255, 255)"
- }
- }
- }
- }, {
- "path": "pages/task/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "任务",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/task/details",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "任务详情",
- "navigationBarBackgroundColor": "#37babd"
- }
- }, {
- "path": "pages/home/more",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "更多",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#eeeeee",
- "titleNView": {
- "backgroundColor": "rgb(255, 255, 255)"
- }
- }
- },
- {
- "path": "pages/orderFood/index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#f3f3f3",
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- },
- {
- "path": "pages/orderFood/ok",
- "style": {
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false,
- "backgroundColor": "#f3f3f3",
- "navigationBarBackgroundColor": "#eeeeee"
- }
- },
- {
- "path": "pages/orderFood/list",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "待支付菜单",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/integral/index",
- "style": {
- "navigationBarTitleText": "积分兑换",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#f3f3f3",
- // "enablePullDownRefresh": true,
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- },
- {
- "path": "pages/integral/list",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "待支付商品",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/integral/shopcar",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#ebebeb",
- "backgroundColorBottom": "#ebebeb",
- "navigationBarTitleText": "购物车",
- "navigationBarBackgroundColor": "#ebebeb",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/integral/ls",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "积分",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/profile",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "档案",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/integral/more",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "商品详情",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/integral/ok",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "支付结果",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/tabbar/wpTabbar",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#f3f3f3",
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- }
- ],
- "subPackages": [{
- "root": "pageA",
- "pages": [{
- "path": "login/login",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationStyle": "custom", // 取消本页面的导航栏
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- }, {
- "path": "login/selectOrg",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationStyle": "custom", // 取消本页面的导航栏
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- }, {
- "path": "login/forget",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "重置密码",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#ffffff",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "login/register",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "注册",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#ffffff",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "psq/form",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "消费记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "psq/dayForm",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "消费记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "msg/index",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "通讯录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "salary/salary",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "工资",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "salary/salarySlip",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "工资条",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "notice/notice",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "msg/abList",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "通讯录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "msg/visitingCard",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "名片",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "msg/groupAb",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "通讯录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "msg/userMsgList",
- "style": {
- "navigationStyle": "custom"
- // "navigationBarTextStyle": "black",
- // "backgroundColor": "#f3f3f3",
- // "navigationBarTitleText": "消息列表",
- // "navigationBarBackgroundColor": "#eeeeee",
- // "enablePullDownRefresh": false
- }
- }, {
- "path": "card/activetion",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "卡片激活",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/index",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "会积分",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/addressMgt",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "地址管理",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/amassScoreRecord",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "积分记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/orderProcess",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "订单进度",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/addressList",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "地址列表",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/grant",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "发放登记",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/expense/expenseCalendar",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "订单列表",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "card/expense/details",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "订单详情",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "officefile/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "integral/index",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "积分兑换",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "integral/shopcar",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#dadada",
- "navigationBarTitleText": "购物车",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "integral/shopcarTemporary",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#dadada",
- "navigationBarTitleText": "购物车",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "integral/list",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "确认兑换",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "integral/ok",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#eeeeee",
- "backgroundColor": "#f3f3f3",
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "webviewBGTransparent": true,
- "mask": "none",
- "opacity": 0.9,
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- }, {
- "path": "integral/expenseCalendar",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "兑换记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "integral/details",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "详细",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "club/index",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "活动报名",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "club/more",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "详情",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "club/appoint",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "历史活动记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "club/welfareList",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "福利",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "club/apply",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "报名提交",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "kq/kqList",
- "style": {
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "考勤记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }]
- },
- {
- "root": "pageApp",
- "pages": [{
- "path": "my/MyApproval",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "我的审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geApproval",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "ge/geNewsApproval",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "ge/geReserveApproval",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "ge/geEntry",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geDimission",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geNotice",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geUseSeal",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geShiftOfficial",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geInterview",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geDeviceRepairs",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/geDeviceScrap",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "ge/gePurchase",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "hr/leave",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "请假申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "my/myAll",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "我的已办",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "my/myLaunch",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "我的发起",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "my/myCc",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "抄送",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "hr/list",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "请假记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "administration/reserve",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "物资",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "administration/conference",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "会议审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "administration/useSeal",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "用章申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "administration/useCar",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "用车申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "administration/inform",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "发起通知",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "hr/performance",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "绩效考评",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "hr/entry",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "入职申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "hr/interview",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "面试记录",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "hr/hire",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "录用申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "hr/shiftOfficial",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "转正申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "hr/dimission",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "离职申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "other/contract",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "合同管理",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "other/purchase",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "采购申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "other/file",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "文件审批",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "other/repairs",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "报修申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "other/scrap",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "报废申请",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "finance/costReimburse",
- "style": {
- "backgroundColorBottom": "#f3f3f3",
- "backgroundColorTop": "#f3f3f3",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f3f3f3",
- "navigationBarTitleText": "费用报销",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "preloadRule": {
- "pageA/login/login": {
- "network": "all",
- "packages": ["__APP__"]
- }
- },
- // 原生的导航
- "tabBar": {
- // 需要时HexColor,设置成red 无法识别,下方颜色设置同理
- "selectedColor": "#555",
- "backgroundColor": "#f3f3f3",
- "color": "#7A7E83",
- "borderStyle": "white",
- "height": "70px",
- "list": [{
- "pagePath": "pages/home/index",
- "iconPath": "static/img/tab-icon/home.png",
- "selectedIconPath": "static/img/tab-icon/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/orderFood/index",
- "iconPath": "static/img/tab-icon/order-food.png",
- "selectedIconPath": "static/img/tab-icon/order-food-active.png",
- "text": "订餐"
- },
- {
- "pagePath": "pages/integral/index",
- "iconPath": "static/img/tab-icon/shop.png",
- "selectedIconPath": "static/img/tab-icon/shop-active.png",
- "text": "积分商城"
- },
- // {
- // "pagePath": "pages/task/index",
- // "iconPath": "static/img/tab-icon/task.png",
- // "selectedIconPath": "static/img/tab-icon/task-fill.png",
- // "text": "任务"
- // },
- {
- "pagePath": "pages/app/index",
- "iconPath": "static/img/tab-icon/app.png",
- "selectedIconPath": "static/img/tab-icon/app-active.png",
- "text": "应用"
- },
- // {
- // "pagePath": "pages/msg/index",
- // "iconPath": "static/img/tab-icon/tongxun.png",
- // "selectedIconPath": "static/img/tab-icon/tongxun-active.png",
- // "text": "通讯"
- // },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/img/tab-icon/me.png",
- "selectedIconPath": "static/img/tab-icon/me-active.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "app-plus": {}
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "default", //模式名称
- "path": "pages/tabbar/wpTabbar", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|