123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203 |
- {
- "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/tabBar/notice/index",
- "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/notice/", //搜索分包模块
- "pages": [
- {
- "path": "club/notice-order",
- "style": {
- "navigationBarTitleText": "交易物流",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "club/notice-users",
- "style": {
- "navigationBarTitleText": "账户通知",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "club/notice-serve",
- "style": {
- "navigationBarTitleText": "服务通知",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "club/notice-coupon",
- "style": {
- "navigationBarTitleText": "优惠促销",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "shop/notice-users",
- "style": {
- "navigationBarTitleText": "账户通知",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "shop/notice-serve",
- "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-club-details",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-list",
- "style": {
- "navigationBarTitleText": "订单列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "club/list",
- "style": {
- "navigationBarTitleText": "机构列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "club/stayClub-list",
- "style": {
- "navigationBarTitleText": "待注册机构"
- }
- },
- {
- "path": "club/club-list",
- "style": {
- "navigationBarTitleText": "我的机构"
- }
- },
- {
- "path": "club/allClub-list",
- "style": {
- "navigationBarTitleText": "所有机构"
- }
- },
- {
- "path": "club/addoperator",
- "style": {
- "navigationBarTitleText": "邀请运营人员"
- }
- },
- {
- "path": "club/club-info",
- "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": "order/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": "记录详情"
- }
- },
- {
- "path": "remarks/report-add",
- "style": {
- "navigationBarTitleText": "新建报备"
- }
- },
- {
- "path": "remarks/report-details",
- "style": {
- "navigationBarTitleText": "报备详情"
- }
- },
- {
- "path": "remarks/report-list",
- "style": {
- "navigationBarTitleText": "注册客户报备记录"
- }
- },
- {
- "path": "remarks/report-visitor-list",
- "style": {
- "navigationBarTitleText": "报备记录"
- }
- },
- {
- "path": "remarks/relation-consult-list",
- "style": {
- "navigationBarTitleText": "关联咨询记录"
- }
- },
- {
- "path": "remarks/relation-visitor-list",
- "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": "店铺主页",
- "navigationStyle": "custom"
- }
- }, {
- "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/notice/index",
- "iconPath": "static/icon-news@3x.png",
- "selectedIconPath": "static/icon-news-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函数里面得到
- }]
- }
- }
|