1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabBar/home/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh": true,
- "backgroundColor": "#F28F31",
- "backgroundTextStyle": "light",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/authorization/authorization",
- "style": {
- "navigationBarTitleText": "微信授权",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/tabBar/category/index",
- "style": {
- "navigationBarTitleText": "分类",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/tabBar/cart/index",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/tabBar/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/service/", //信息服务模块
- "pages": [{
- "path": "aftersale",
- "style": {
- "navigationBarTitleText": "售后无忧"
- }
- },
- {
- "path": "service",
- "style": {
- "navigationBarTitleText": "采美365网"
- }
- },
- {
- "path": "shoppingnotice",
- "style": {
- "navigationBarTitleText": "购物须知"
- }
- },
- {
- "path": "sellconten",
- "style": {
- "navigationBarTitleText": "条款内容"
- }
- },
- {
- "path": "news-list",
- "style": {
- "navigationBarTitleText": "公告",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "news-detailes",
- "style": {
- "navigationBarTitleText": "公告内容"
- }
- },
- {
- "path": "certificate",
- "style": {
- "navigationBarTitleText": "资质证书"
- }
- }
- ]
- },
- {
- "root": "pages/goods/", //商品模块
- "pages": [
- /*美体节临时页面*/
- {
- "path": "good-floor-temp",
- "style": {
- "navigationBarTitleText": "美体节",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goods-instrument",
- "style": {
- "navigationBarTitleText": "项目仪器",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "goods-classify",
- "style": {
- "navigationBarTitleText": "商品列表",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "good-floorMore",
- "style": {
- "navigationBarTitleText": "更多楼层",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "good-floor",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goods-active",
- "style": {
- "navigationBarTitleText": "凑单商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "product",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "instrument-details",
- "style": {
- "navigationBarTitleText": "项目仪器详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goods-doc-list",
- "style": {
- "navigationBarTitleText": "美业资料",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "goods-doc-detail",
- "style": {
- "navigationBarTitleText": "美业资料详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "goods-supporting",
- "style": {
- "navigationBarTitleText": "配套商品",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "good-hot",
- "style": {
- "navigationBarTitleText": "新品橱窗",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/login/", //注册登录模块
- "pages": [{
- "path": "register",
- "style": {
- "navigationBarTitleText": "机构注册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "register-supplier",
- "style": {
- "navigationBarTitleText": "供应商注册",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "register-select",
- "style": {
- "navigationBarTitleText": "选择身份"
- }
- },
- {
- "path": "apply",
- "style": {
- "navigationBarTitleText": "升级资质机构",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "apply-supplier",
- "style": {
- "navigationBarTitleText": "修改申请资料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "logincode",
- "style": {
- "navigationBarTitleText": "邀请码登录"
- }
- },
- {
- "path": "login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "binding",
- "style": {
- "navigationBarTitleText": "注册信息"
- }
- },
- {
- "path": "bindwechat",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- },
- {
- "path": "bindOperator",
- "style": {
- "navigationBarTitleText": "绑定运营人员"
- }
- },
- {
- "path": "information",
- "style": {
- "navigationBarTitleText": "修改资料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- }
- ]
- },
- {
- "root": "pages/user/", //机构个人中心模块
- "pages": [{
- "path": "account/account",
- "style": {
- "navigationBarTitleText": "账户余额明细",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "account/account-bean",
- "style": {
- "navigationBarTitleText": "采美豆明细",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "address/addressManage",
- "style": {
- "navigationBarTitleText": "添加新地址"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "地址列表"
- }
- },
- {
- "path": "about/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "regularPurchase/regularPurchase",
- "style": {
- "navigationBarTitleText": "再次购买"
- }
- },
- {
- "path": "order/create-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/success",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-success",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-success-tips",
- "style": {
- "navigationBarTitleText": "支付结果",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-payment",
- "style": {
- "navigationBarTitleText": "选择支付方式",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-payunder",
- "style": {
- "navigationBarTitleText": "线下转账"
- }
- },
- {
- "path": "order/order-pay-list",
- "style": {
- "navigationBarTitleText": "支付订单"
- }
- },
- {
- "path": "order/order-pay",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-payhlb",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/orderShareLogin",
- "style": {
- "navigationBarTitleText": "输入分享码"
- }
- },
- {
- "path": "order/order-sharelogin",
- "style": {
- "navigationBarTitleText": "查看订单"
- }
- },
- {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-sharedetails",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/order-logistics",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "operator/list",
- "style": {
- "navigationBarTitleText": "运营人员管理"
- }
- },
- {
- "path": "operator/addoperator",
- "style": {
- "navigationBarTitleText": "添加运营人员"
- }
- },
- {
- "path": "setting/setting",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },
- {
- "path": "setting/phone",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- },
- {
- "path": "coupon/coupon",
- "style": {
- "navigationBarTitleText": "优惠券",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "coupon/coupon-collection",
- "style": {
- "navigationBarTitleText": "领券中心",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "coupon/coupon-exchange",
- "style": {
- "navigationBarTitleText": "兑换优惠券"
- }
- },
- {
- "path": "coupon/coupon-product",
- "style": {
- "navigationBarTitleText": "活动商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "coupon/coupon-activity",
- "style": {
- "navigationBarTitleText": "采美云上美博会",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "collection/collection",
- "style": {
- "navigationBarTitleText": "收藏商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "member/member",
- "style": {
- "navigationBarTitleText": "采美超级会员",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "member/member-renew",
- "style": {
- "navigationBarTitleText": "购买超级会员"
- }
- },
- {
- "path": "member/member-record",
- "style": {
- "navigationBarTitleText": "购买记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "member/member-pay",
- "style": {
- "navigationBarTitleText": "支付超级会员"
- }
- },
- {
- "path": "member/member-product",
- "style": {
- "navigationBarTitleText": "优惠商品",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "pages/seller/",
- "pages": [{
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "cart/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "cart/buyagain",
- "style": {
- "navigationBarTitleText": "再次购买"
- }
- },
- {
- "path": "cart/immediately",
- "style": {
- "navigationBarTitleText": "立即下单"
- }
- },
- {
- "path": "cart/second",
- "style": {
- "navigationBarTitleText": "二手下单"
- }
- },
- {
- "path": "cart/coupon",
- "style": {
- "navigationBarTitleText": "优惠券列表",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "cart/coupon-share",
- "style": {
- "navigationBarTitleText": "购买优惠券"
- }
- },
- {
- "path": "order/create-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/create-recharge-order",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "订单列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "club/list",
- "style": {
- "navigationBarTitleText": "机构列表"
- }
- },
- {
- "path": "club/stayClub-list",
- "style": {
- "navigationBarTitleText": "待注册机构"
- }
- },
- {
- "path": "club/club-list",
- "style": {
- "navigationBarTitleText": "我的机构"
- }
- },
- {
- "path": "club/allClub-list",
- "style": {
- "navigationBarTitleText": "所有机构"
- }
- },
- {
- "path": "club/addoperator",
- "style": {
- "navigationBarTitleText": "邀请运营人员"
- }
- },
- {
- "path": "login/register",
- "style": {
- "navigationBarTitleText": "拉机构上线",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "login/register-select",
- "style": {
- "navigationBarTitleText": "拉机构上线"
- }
- },
- {
- "path": "login/register-general",
- "style": {
- "navigationBarTitleText": "个人机构"
- }
- },
- {
- "path": "login/register-member",
- "style": {
- "navigationBarTitleText": "资质机构"
- }
- },
- {
- "path": "login/information",
- "style": {
- "navigationBarTitleText": "修改资料",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "login/apply",
- "style": {
- "navigationBarTitleText": "修改申请信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-historylist",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- }, {
- "path": "search/search-order",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "选择地址"
- }
- },
- {
- "path": "address/addressManage",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- },
- {
- "path": "remarks/list",
- "style": {
- "navigationBarTitleText": "注册客户咨询记录"
- }
- },
- {
- "path": "remarks/add",
- "style": {
- "navigationBarTitleText": "添加记录"
- }
- },
- {
- "path": "remarks/details",
- "style": {
- "navigationBarTitleText": "记录详情"
- }
- },
- {
- "path": "remarks/customer-list",
- "style": {
- "navigationBarTitleText": "选择咨询人"
- }
- },
- {
- "path": "remarks/record-list",
- "style": {
- "navigationBarTitleText": "未注册客户咨询记录"
- }
- },
- {
- "path": "remarks/add-record",
- "style": {
- "navigationBarTitleText": "添加记录"
- }
- },
- {
- "path": "remarks/record-details",
- "style": {
- "navigationBarTitleText": "记录详情"
- }
- }
- ]
- },
- {
- "root": "pages/h5/", //活动分包模块
- "pages": [{
- "path": "activity/activity",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "activity/activity_mid",
- "style": {
- "navigationBarTitleText": "年中大促",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "activity/couponExp",
- "style": {
- "navigationBarTitleText": "优惠券介绍",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "activity/activity-topic",
- "style": {
- "navigationBarTitleText": "活动专题",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "activity/activity-detail",
- "style": {
- "navigationBarTitleText": "活动专题",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "activity/activity-floorMore",
- "style": {
- "navigationBarTitleText": "更多",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "article/page",
- "style": {
- "navigationBarTitleText": "采美采购平台",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "article/path",
- "style": {
- "navigationBarTitleText": "采美采购平台",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "article/page-image",
- "style": {
- "navigationBarTitleText": "采美采购平台"
- }
- },
- {
- "path": "article/path-live",
- "style": {
- "navigationBarTitleText": "采美采购平台",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "activity/activity-list",
- "style": {
- "navigationBarTitleText": "商品专题",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "other/repair",
- "style": {
- "navigationBarTitleText": "维修"
- }
- },
- {
- "path": "other/brand",
- "style": {
- "navigationBarTitleText": "品牌招商"
- }
- },
- {
- "path": "other/brands",
- "style": {
- "navigationBarTitleText": "品牌招商"
- }
- },
- {
- "path": "other/attestation",
- "style": {
- "navigationBarTitleText": "采美认证通"
- }
- }
- ]
- }, {
- "root": "pages/search/", //搜索分包模块
- "pages": [{
- "path": "search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- }, {
- "path": "search-supplier",
- "style": {
- "navigationBarTitleText": "搜索供应商"
- }
- }, {
- "path": "search-instrument",
- "style": {
- "navigationBarTitleText": "搜索仪器"
- }
- }, {
- "path": "search-order",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- }, {
- "path": "search-second",
- "style": {
- "navigationBarTitleText": "二手搜索"
- }
- }]
- }, {
- "root": "pages/second/",
- "pages": [{
- "path": "form/introduce",
- "style": {
- "navigationBarTitleText": "二手市场介绍",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "form/form",
- "style": {
- "navigationBarTitleText": "发布二手估价商品"
- }
- },
- {
- "path": "form/form-seller",
- "style": {
- "navigationBarTitleText": "发布二手预成交商品"
- }
- },
- {
- "path": "form/form-presale",
- "style": {
- "navigationBarTitleText": "发布二手估价商品"
- }
- },
- {
- "path": "form/form-select",
- "style": {
- "navigationBarTitleText": "选择发布类型"
- }
- },
- {
- "path": "product/product-list",
- "style": {
- "navigationBarTitleText": "二手商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "product/product-details",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pages/supplier/",
- "pages": [{
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "采美采购商城",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }, {
- "path": "login/bind-operator",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- }, {
- "path": "user/my-product",
- "style": {
- "navigationBarTitleText": "我的商品",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "user/my-shop",
- "style": {
- "navigationBarTitleText": "店铺主页",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "login/share-login",
- "style": {
- "navigationBarTitleText": "查看订单"
- }
- }, {
- "path": "login/share-info",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- }, {
- "path": "order/order-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "user/supplier",
- "style": {
- "navigationBarTitleText": "供应商信息"
- }
- }, {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "order/order-service-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "deliver/add-logistics",
- "style": {
- "navigationBarTitleText": "录入物流信息"
- }
- },
- {
- "path": "deliver/qualifications-add",
- "style": {
- "navigationBarTitleText": "上传商品资质"
- }
- },
- {
- "path": "deliver/qualifications-details",
- "style": {
- "navigationBarTitleText": "商品资质"
- }
- },
- {
- "path": "deliver/deliver-goods",
- "style": {
- "navigationBarTitleText": "发货",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "deliver/deliver-record",
- "style": {
- "navigationBarTitleText": "发货记录",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "deliver/logistics-list",
- "style": {
- "navigationBarTitleText": "物流公司"
- }
- },
- {
- "path": "user/setting/password",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "user/setting/phone",
- "style": {
- "navigationBarTitleText": "更换手机号"
- }
- },
- {
- "path": "user/setting/setting",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },
- {
- "path": "user/operator/list",
- "style": {
- "navigationBarTitleText": "运营人员管理"
- }
- },
- {
- "path": "user/operator/addoperator",
- "style": {
- "navigationBarTitleText": "添加运营人员"
- }
- },
- {
- "path": "user/information",
- "style": {
- "navigationBarTitleText": "资料信息"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "height": "80",
- "color": "#999999",
- "selectedColor": "#E15616",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/tabBar/home/index",
- "iconPath": "static/icon-home@3x.png",
- "selectedIconPath": "static/icon-home-active@3x.png",
- "text": "商城"
- }, {
- "pagePath": "pages/tabBar/category/index",
- "iconPath": "static/icon-sort@3x.png",
- "selectedIconPath": "static/icon-sort-active@3x.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/tabBar/cart/index",
- "iconPath": "static/icon-cart@3x.png",
- "selectedIconPath": "static/icon-cart-active@3x.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/tabBar/user/user",
- "iconPath": "static/icon-user@3x.png",
- "selectedIconPath": "static/icon-user-active@3x.png",
- "text": "我的"
- }
- ]
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "采美采购商城",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|