123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/stock/ruku_type",
- "style": {
- "navigationBarTitleText": "入库方式"
- }
- },
- {
- "path": "pages/index-my/index-my",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/stock/stock",
- "style": {
- "navigationBarTitleText": "库存管理"
- }
- },
- {
- "path": "pages/stock/ruku_new",
- "style": {
- "navigationBarTitleText": "订货入库"
- }
- },
- {
- "path": "pages/stock/ruku_new2",
- "style": {
- "navigationBarTitleText": "退货入库"
- }
- },
- {
- "path": "pages/stock/first_panku",
- "style": {
- "navigationBarTitleText": "第一次盘库"
- }
- },
- {
- "path": "pages/stock/dai_ruku",
- "style": {
- "navigationBarTitleText": "待入库"
- }
- },
- {
- "path": "pages/stock/ing_ruku",
- "style": {
- "navigationBarTitleText": "货物详情"
- }
- },
- {
- "path": "pages/stock/panku",
- "style": {
- "navigationBarTitleText": "盘库"
- }
- },
- {
- "path": "pages/stock/total",
- "style": {
- "navigationBarTitleText": "总库存"
- }
- },
- {
- "path": "pages/stock/chuku",
- "style": {
- "navigationBarTitleText": "出库"
- }
- },
- {
- "path": "pages/stock/panku_record",
- "style": {
- "navigationBarTitleText": "盘库记录"
- }
- },
- {
- "path": "pages/stock/ruku_record",
- "style": {
- "navigationBarTitleText": "入库记录"
- }
- },
- {
- "path": "pages/stock/chuku_record",
- "style": {
- "navigationBarTitleText": "出库记录"
- }
- },
- {
- "path": "pages/phone-area/phone-area",
- "style": {
- "navigationBarTitleText": "选择国家/地区"
- }
- }, {
- "path": "pages/login-reg/login-reg",
- "style": {
- "navigationBarTitleText": "登录注册"
- }
- }, {
- "path": "pages/user-agreement/user-agreement",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "pages/place-order/place-order",
- "style": {
- "navigationBarTitleText": "订货下单",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/address-manage/address-manage",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- }, {
- "path": "pages/add-address/add-address",
- "style": {
- "navigationBarTitleText": "编辑地址"
- }
- }, {
- "path": "pages/my-order/my-order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/my-order/order-detail",
- "style": {
- "navigationBarTitleText": "合并详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/order-detail/order-detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }, {
- "path": "pages/my-storage/my-storage",
- "style": {
- "navigationBarTitleText": "我的库存"
- }
- }, {
- "path": "pages/safe-manage/safe-manage",
- "style": {
- "navigationBarTitleText": "安全管理"
- }
- }, {
- "path": "pages/updata-psw/updata-psw",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }, {
- "path": "pages/login-psw/login-psw",
- "style": {
- "navigationBarTitleText": "密码登录"
- }
- }, {
- "path": "pages/change-phone/change-phone",
- "style": {
- "navigationBarTitleText": "手机换绑"
- }
- }, {
- "path": "pages/good-detail1/good-detail1",
- "style": {
- "navigationBarTitleText": "订货下单"
- }
- }, {
- "path": "pages/shop-car1/shop-car1",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- }, {
- "path": "pages/confirm-order1/confirm-order1",
- "style": {
- "navigationBarTitleText": "填写订单"
- }
- },
- {
- "path": "pages/comfirm-order-success/comfirm-order-success",
- "style": {
- "navigationBarTitleText": "订单提交成功"
- }
- }, {
- "path": "pages/pay-order/pay-order",
- "style": {
- "navigationBarTitleText": "订单付款"
- }
- }, {
- "path": "pages/order-detail1/order-detail1",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }, {
- "path": "pages/order-detail1-list/order-detail1-list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- }, {
- "path": "pages/order-detail1-log/order-detail1-log",
- "style": {
- "navigationBarTitleText": "操作日志"
- }
- }, {
- "path": "pages/express-detail/express-detail",
- "style": {
- "navigationBarTitleText": "物流详情"
- }
- }, {
- "path": "pages/order-sum/order-sum",
- "style": {
- "navigationBarTitleText": "订货汇总",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/gift-detail/index",
- "style": {
- "navigationBarTitleText": "赠品详情"
- }
- }, {
- "path": "pages/logistics-info/logistics-info",
- "style": {
- "navigationBarTitleText": "物流查询"
- }
- }, {
- "path": "pages/logistics-details/logistics-details",
- "style": {
- "navigationBarTitleText": "物流详情"
- }
- },
- {
- "path": "pages/deliver-detail/deliver-detail",
- "style": {
- "navigationBarTitleText": "发货详情"
- }
- },
- {
- "path": "pages/feedback/index",
- "style": {
- "navigationBarTitleText": "填写信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/political/political",
- "style": {
- "navigationBarTitleText": "客服信息"
- }
- },
-
- {
- "path": "pages/webView/appraise",
- "style": {
- "navigationBarTitleText": "评价客服",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/gifts_list/gifts_list",
- "style": {
- "navigationBarTitleText": "礼品详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/freeze/freeze",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/scanC/scanC",
- "style": {
- "navigationBarTitleText": "扫码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scanQR/index",
- "style": {
- "navigationBarTitleText": "扫码功能",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scanQR/belong",
- "style": {
- "navigationBarTitleText": "所属者",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/scanQR/detail",
- "style": {
- "navigationBarTitleText": "产品信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/dwbsChat/dwbsChat",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/lading_detail/index",
- "style": {
- "navigationBarTitleText": "货物详情",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/lading_detail/detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/unshipped-detail/index",
- "style": {
- "navigationBarTitleText": "未发明细",
- "enablePullDownRefresh": false
- }
-
- },
-
- {
- "path": "pages/payment/payment",
- "style": {
- "navigationBarTitleText": "报名支付",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/payment/bankPay",
- "style": {
- "navigationBarTitleText": "报名支付",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/payment/singup",
- "style": {
- "navigationBarTitleText": "抢占结果",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/payment/information",
- "style": {
- "navigationBarTitleText": "信息填写",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/payment-xx/payment",
- "style": {
- "navigationBarTitleText": "报名支付",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/payment-xx/bankPay",
- "style": {
- "navigationBarTitleText": "报名支付",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/payment-xx/singup",
- "style": {
- "navigationBarTitleText": "抢占结果",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/payment-xx/information",
- "style": {
- "navigationBarTitleText": "信息填写",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/howSend/howSend",
- "style": {
- "navigationBarTitleText": "扫码发货教程",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/safeguard/safeguard",
- "style": {
- "navigationBarTitleText": "系统维护",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/stock/code_record",
- "style": {
- "navigationBarTitleText": "扫码记录",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/zbs/form",
- "style": {
- "navigationBarTitleText": "银行卡绑定",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/zbs/detail",
- "style": {
- "navigationBarTitleText": "争霸赛报名",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/zbs/unBank",
- "style": {
- "navigationBarTitleText": "银行卡信息",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#FB231F",
- "backgroundColor": "#FFFFFF",
- "fontWeight": "bold",
- "fontSize": "18px",
- "iconWidth": "22px",
- "spacing": "5px",
- "width": "100%",
- "height": "49px",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index"
- },
- {
- "text": "扫码发货",
- "pagePath": "pages/scanQR/index"
- },
- {
- "text": "我的",
- "pagePath": "pages/index-my/index-my"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom",
- "app-plus": {
- "scrollIndicator": "none"
- },
- "h5": {
- "pullToRefresh": {
- "color": "#F76454"
- }
- }
- }
- }
|