123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815 |
- {
- "easycom": {
- "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
- },
- "lazyCodeLoading": "requiredComponents",
- "tabBar": {
- "custom":false,
- "color": "#7A7E83",
- "selectedColor": "#3cc51f",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/sale/information",
- "iconPath":"static/img/zixun.png",
- "selectedIconPath":"static/img/zixun_check.png",
- "text": "资讯"
- },
-
- {
- "pagePath": "pages/buy/transaction",
- "iconPath":"static/img/jiaoyi.png",
- "selectedIconPath":"static/img/jiaoyi_check.png",
- "text": "交易"
- },
- {
- "pagePath": "pages/home/home",
- "iconPath":"static/img/liangxin.png",
- "selectedIconPath":"static/img/liangxin.png",
- "text": "粮信"
- },
- {
- "pagePath": "pages/tran/tran",
- "iconPath":"static/img/wuliu.png",
- "selectedIconPath":"static/img/wuliu_check.png",
- "text": "物流"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath":"static/img/wode.png",
- "selectedIconPath":"static/img/wode_check.png",
- "text": "我的"
- }
- ]
- },
- "pages": [
- {
- "path": "pages/sale/information",
- "style": {
- // #ifdef MP
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "易粮易运"
- // #endif
- }
- },
- {
- "path": "pages/sale/index",
- "style": {
- // #ifdef MP
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- // #endif
- }
- },
- {
- "path": "pages/sale/webview",
- "style": {
- // #ifdef MP
- "enablePullDownRefresh": true,
- "navigationBarTitleText": ""
- // #endif
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false,
- "animationType": "slide-in-bottom"
- }
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false,
- "animationType": "slide-in-bottom"
- }
- }
- }, {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的",
-
- "navigationStyle": "custom"
- }
- }
- ,
- {
- "path" : "pages/buy/transaction",
- "style" :
- {
- "navigationBarTitleText": "交易"
- }
- },
- {
- "path" : "pages/tran/tran",
- "style" : {
- "navigationBarTitleText": "物流信息",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/tran/tran_detail",
- "style" : {
- "navigationBarTitleText": "物流详情"
- }
- },
- {
- "path" : "pages/tran/car_detail",
- "style" : {
- "navigationBarTitleText": "车辆详情"
- }
- },
- {
- "path" : "pages/tran/my_tran",
- "style" : {
- "navigationBarTitleText": "货源&车辆",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/tran/my_tran_detail",
- "style" : {
- "navigationBarTitleText": "货源详情"
- }
- },
- {
- "path" : "pages/tran/my_car_detail",
- "style" : {
- "navigationBarTitleText": "承运详情"
- }
- }
-
- ,{
- "path" : "pages/user/message",
- "style" :
- {
- "navigationBarTitleText": "我的消息",
- "enablePullDownRefresh": true
- }
-
- },{
- "path" : "pages/user/task",
- "style" :
- {
- "navigationBarTitleText": "我的任务",
- "enablePullDownRefresh": true
- }
-
- },{
- "path" : "pages/sale/port",
- "style" :
- {
- "navigationBarTitleText": "港口价格",
- "enablePullDownRefresh": true
- }
- },{
- "path" : "pages/user/task_before",
- "style" :
- {
- "navigationBarTitleText": "发运详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/user/qr",
- "style" :
- {
- "navigationBarTitleText": "二维码",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/user/task_detail_pc",
- "style" :
- {
- "navigationBarTitleText": "散船平仓"
- }
- },{
- "path" : "pages/user/task_detail_zx",
- "style" :
- {
- "navigationBarTitleText": "装箱进港"
- }
- },{
- "path" : "pages/user/task_detail_jh",
- "style" :
- {
- "navigationBarTitleText": "交货任务"
- }
- },
- {
- "path" : "pages/user/task_detail_kn",
- "style" :
- {
- "navigationBarTitleText": "库内销售"
- }
- },{
- "path" : "pages/user/task_detail_hy",
- "style" :
- {
- "navigationBarTitleText": "发站完货"
- }
- },{
- "path" : "pages/user/task_detail_hyrk",
- "style" :
- {
- "navigationBarTitleText": "到站入库任务"
- }
- },{
- "path" : "pages/user/task_detail_wai",
- "style" :
- {
- "navigationBarTitleText": "外采入库任务"
- }
- },{
- "path" : "pages/user/task_detail_buy",
- "style" :
- {
- "navigationBarTitleText": "采购任务"
- }
- },{
- "path" : "pages/user/task_detail_fh",
- "style" :
- {
- "navigationBarTitleText": "放货申请"
- }
- },
- {
- "path" : "pages/user/task_arrive",
- "style" :
- {
- "navigationBarTitleText": "到站下线"
- }
- }
-
-
- ],
- "subpackages": [
- {
- "root": "pageA",
- "pages": [
- {
- "path" : "pages/task",
- "style" :
- {
- "navigationBarTitleText": "发运任务"
- }
- },
- {
- "path" : "pages/task_detail_jy",
- "style" :
- {
- "navigationBarTitleText": "交易审核任务"
- }
- },
- {
- "path" : "pages/task_detail_ys",
- "style" :
- {
- "navigationBarTitleText": "收货跟踪"
- }
- },
- {
- "path" : "pages/account",
- "style" :
- {
- "navigationBarTitleText": "交易合同信息"
- }
- },
-
- {
- "path" : "pages/newcompany",
- "style" :
- {
- "navigationBarTitleText": "名头"
- }
- },
- {
- "path": "product/search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "product/detail",
- "style": {
- "navigationBarTitleText": "销售详情"
- }
- },
- {
- "path": "product/detail_buy",
- "style": {
- "navigationBarTitleText": "采购详情"
- // "app-plus": {
- // "titleNView": {
- // "type": "transparent"
- // }
- // }
- }
- },{
- "path": "product/trade",
- "style": {
- "navigationBarTitleText": "交易信息"
- }
- }, {
- "path" : "product/list",
- "style" : {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "销售信息"
- }
- },
- {
- "path" : "product/detail_upload",
- "style" :
- {
- "navigationBarTitleText": "上传图片"
- }
- },
- {
- "path" : "product/trade_buy",
- "style" : {
- "navigationBarTitleText": "交易信息"
- }
- },
- {
- "path" : "pages/contract",
- "style" :
- {
- "navigationBarTitleText": "我的名头"
- }
- },{
- "path" : "pages/task_detail",
- "style" :
- {
- "navigationBarTitleText": "任务详情",
- "enablePullDownRefresh": true
- }
- },{
- "path" : "pages/deliver_goods",
- "style" :
- {
- "navigationBarTitleText": "合同车辆",
- "enablePullDownRefresh": true
- }
- },{
- "path" : "pages/task_detail_ck",
- "style" :
- {
- "navigationBarTitleText": "任务详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "agreement/agreement",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "协议"
- }
- },
- {
- "path": "builtinBgImg/builtinBgImg",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "选择背景图",
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "float": "right",
- "text": "完成",
- "color": "#18b566",
- "fontSize": "16"
- }]
- }
- }
- }
- },
- {
- "path" : "newFriend/newFriend",
- "style" :
- {
- "navigationBarTitleText": "新的朋友",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "webview/webview",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "webview"
- }
- }
- ]
- },{
- "root": "pageB",
- "pages": [
- {
- "path" : "news/news",
- "style" : {
- "navigationBarTitleText": "行情信息",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "contract/contract_detail",
- "style" : {
- "navigationBarTitleText": "合同详情"
- }
- },
- {
- "path" : "contract/contract",
- "style" : {
- "navigationBarTitleText": "合同管理",
- "enablePullDownRefresh": true
- }
- },{
- "path" : "contract/look",
- "style" : {
- "navigationBarTitleText": "查看",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "video/look",
- "style" : {
- "navigationBarTitleText": "观看"
- }
- },
- {
- "path" : "video/broadcast",
- "style" : {
- "navigationBarTitleText": "直播"
- }
- },
- {
- "path" : "news/news_detail",
- "style" : {
- "navigationBarTitleText": "新闻",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "car/mycar_detail",
- "style" :
- {
- "navigationBarTitleText": "车辆历史",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "trust/trust",
- "style" : {
- "navigationBarTitleText": "发布信息"
- }
- },
- {
- "path": "order/list",
- "style": {
- "navigationBarTitleText": "我的交易",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "order/detail",
- "style": {
- "navigationBarTitleText": "交易详情"
- }
- },
- {
- "path" : "order/trace",
- "style" : {
- "navigationBarTitleText": "查看物流"
- }
- },
- {
- "path": "qrcode/qrcode",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "我的二维码"
- }
- }
- ]
- }
- ,{
- "root": "pageC",
- "pages": [
- {
- "path" : "find/find",
- "style" : {
- "navigationBarTitleText": "发现",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "my/index",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "my/person",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "个人信息"
- }
- }, {
- "path": "my/common",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "通用"
- }
- }, {
- "path": "my/account",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "账号与安全"
- }
- },
- {
- "path": "my/photo",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "朋友圈相册"
- }
- },
- {
- "path": "my/face",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "表情商店"
- }
- },
- {
- "path": "setings/setings",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "businessCard/businessCard",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "个人信息",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#FFFFFF"
- }
- }
- }
- },
- {
- "path": "chat/userDetail",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleView": false
- }
- }
- }, {
- "path": "chat/groupDetail",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleView": false
- }
- }
- },
- {
- "path": "chat/chat",
- "style": {
- "enablePullDownRefresh": true ,
- "app-plus": {
- "softinputNavBar": "none",
- "scrollIndicator":"none",
- "softinputMode": "adjustPan",
- "titleNView": {
- "autoBackButton": false,
- "backgroundColor": "#fff",
- "buttons": [{
- "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
- "float": "right",
- "text": "\ue626"
- }
- ,
- {
- "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
- "float": "left",
- "text": "\ue6f2",
- "color": "#303133",
- "background": "rgba(255,255,255,0)"
- }
- ]
- }
- }
- }
- },
- {
- "path": "chat/moreMem",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "所有成员"
- }
- },
- {
- "path": "chat/remind",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "选择要提醒的人"
- }
- }, {
- "path": "chat/forward",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "选择一个聊天"
- }
- },
- {
- "path": "chat/updateGroupInfo",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleView": false
- }
- }
- }, {
- "path": "chat/addGroupUser",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleView": false
- }
- }
- },
- {
- "path": "chat/detail",
- "style": {
- "enablePullDownRefresh": true ,
- "app-plus": {
- "softinputNavBar": "none",
- "softinputMode": "adjustPan",
- "titleNView": {
- "backgroundColor": "#EC624F",
- "titleColor": "#fff",
- "titleText": ""
- }
- }
- }
- },
- {
- "path": "firendCircle/firendCircle",
- "style": {
- "navigationBarTitleText": " ",
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "transparentTitle": "auto",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "type": "transparent",
- "backgroundColor": "#f8f9f9",
- "coverage": "45%", //h5不起作用
- // #ifdef APP-PLUS
- "backButton": {
- "color": "#303133",
- "background": "rgba(255,255,255,0)"
- },
- // #endif
- "buttons": [{
- "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
- "float": "right",
- "text": "\ue609",
- "color": "#303133",
- "background": "rgba(255,255,255,0)"
- }
- // #ifdef H5
- , {
- "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
- "float": "left",
- "text": "\ue6f2",
- "color": "#303133",
- "background": "rgba(255,255,255,0)"
- }
- // #endif
- ]
- }
- }
- }
- }
- ]
- },
- {
- "root": "pageD",
- "pages": [
- {
- "path": "search/search",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleView": false,
- "animationType": "zoom-out",
- "animationDuration": 300
- }
- }
- },
- {
- "path": "releaseFirendCircle/releaseFirendCircle",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "",
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom",
- // #endif
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "float": "right",
- "text": "发表",
- "color": "#18b566",
- "fontSize": "16"
- }]
- }
- }
- }
- },
- {
- "path": "moreInforMation/moreInforMation",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "更多信息"
- }
- },
- {
- "path" : "groupItem/groupItem",
- "style" :
- {
- "navigationBarTitleText": "我的群组",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "chooseBgImg/chooseBgImg",
- "style": {
- "enablePullDownRefresh": true ,
- "navigationBarTitleText": "选择背景图"
- }
- }
- ]
- }
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "易粮易运",
- "navigationBarBackgroundColor": "#FFFFFF"
- // "backgroundColor": "#f8f8f8"
-
- },
-
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|