12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010 |
- {
- "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": "条款内容"
- }
- }
- ]
- },
- {
- "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
- }
- }
- ]
- },
- {
- "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-payment",
- "style": {
- "navigationBarTitleText": "选择支付方式",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/order-pay",
- "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": "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": "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": "order/order-sharedetails",
- "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": "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函数里面得到
- }]
- }
- }
|