123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/home/Home",
- "name": "home",
- "style": {
- "mp-alipay": {
- "allowsBounceVertical": "NO"
- },
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/Login",
- "name": "login",
- "style": {
- "mp-alipay": {
- "allowsBounceVertical": "NO"
- },
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/publish/Publish",
- "name": "publish",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "发布表单"
- }
- },
- {
- "path": "pages/publish/Duizhang",
- "name": "duizhang",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "发布表单"
- }
- },
- {
- "path": "pages/publish/driver",
- "name": "driver",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "司机管理"
- }
- },
- {
- "path": "pages/mine/Mine",
- "name": "mine",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/home/history",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "加油记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/home/drvier",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "司机信息"
- }
- },
- {
- "path": "pages/home/drvierhistory",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "司机加油记录"
- }
- },
- {
- "path": "pages/procure/list",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "采购管理"
- }
- },
- {
- "path": "pages/procure/edit",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "采购管理"
- }
- },
- {
- "path": "pages/procure/view",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "详情"
- }
- },
- {
- "path": "pages/settlement/list",
- "style": {
- "navigationStyle": "default",
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "结算管理"
- }
- },
- {
- "path": "pages/settlement/form",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "结算管理"
- }
- },
- {
- "path": "pages/settlement/detail",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "结算管理"
- }
- },
- {
- "path": "pages/oils/list",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "项目-油品信息管理",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/oils/form",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "项目-油品信息管理"
- }
- },
- {
- "path": "pages/oils/detail",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "项目-油品信息管理"
- }
- },
- {
- "path": "pages/payment/list",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "回款打款管理"
- }
- },
- {
- "path": "pages/payment/edit",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "回款打款管理"
- }
- },
- {
- "path": "pages/payment/view",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "详情"
- }
- }
- ],
- "tabBar": {
- "custom": true,
- "color": "#bfbfbf",
- "selectedColor": "#0165FF",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/Home",
- "text": "首页"
- },
- {
- "pagePath": "pages/mine/Mine",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFF",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- }
- }
|