12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // 首页
- {
- "path": "pages/home/index/Index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- // 可编辑页面
- {
- "path": "pages/home/special/Index",
- "style": {
- "navigationBarTitleText": "活动页"
- }
- },
- // 可编辑页面
- {
- "path": "pages/home/storespecial/Index",
- "style": {
- "navigationBarTitleText": "店铺活动页"
- }
- },
- // 店铺详情
- {
- "path": "pages/home/storedetail/Storedetail",
- "style": {
- "navigationBarTitleText": "店铺详情"
- }
- },
- // 店铺地图
- {
- "path": "pages/home/storedetail/Storemap",
- "style": {
- "navigationBarTitleText": "店铺地图"
- }
- },
- // 店铺代金券
- {
- "path": "pages/home/storedetail/StoreVoucher",
- "style": {
- "navigationBarTitleText": "店铺代金券"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/home/storegoodslist",
- "pages": [
- // 店铺商品列表
- {
- "path": "Goodslist",
- "style": {
- "navigationBarTitleText": "店铺商品列表"
- }
- }
- ]
- }, {
- "root": "pages/home/storegoodsclass",
- "pages": [
- // 店铺搜索
- {
- "path": "Goodsclass",
- "style": {
- "navigationBarTitleText": "店铺搜索"
- }
- }
- ]
- }, {
- "root": "pages/home/groupbuy",
- "pages": [
- // 抢购列表
- {
- "path": "GroupBuyList",
- "style": {
- "navigationBarTitleText": "抢购列表"
- }
- }
- ]
- }, {
- "root": "pages/home/vrgroupbuy",
- "pages": [
- // 虚拟抢购列表
- {
- "path": "GroupBuyList",
- "style": {
- "navigationBarTitleText": "虚拟抢购列表"
- }
- }
- ]
- }, {
- "root": "pages/home/map",
- "pages": [
- // 地图
- {
- "path": "Map",
- "style": {
- "navigationBarTitleText": "地图"
- }
- }
- ]
- }, {
- "root": "pages/home/storeclass",
- "pages": [
- // 店铺分类
- {
- "path": "Storeclass",
- "style": {
- "navigationBarTitleText": "店铺分类"
- }
- }
- ]
- }, {
- "root": "pages/home/brand",
- "pages": [
- // 品牌
- {
- "path": "Brand",
- "style": {
- "navigationBarTitleText": "品牌"
- }
- }
- ]
- }, {
- "root": "pages/home/search",
- "pages": [
- // 搜索
- {
- "path": "Search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- }
- ]
- }, {
- "root": "pages/home/storelist",
- "pages": [
- // 店铺列表
- {
- "path": "Storelist",
- "style": {
- "navigationBarTitleText": "店铺列表"
- }
- }
- ]
- }, {
- "root": "pages/home/goodslist",
- "pages": [
- // 店铺列表
- {
- "path": "Goodslist",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- }
- ]
- }, {
- "root": "pages/home/memberbind",
- "pages": [
- // 用户绑定
- {
- "path": "Bind",
- "style": {
- "navigationBarTitleText": "用户绑定"
- }
- }
- ]
- }, {
- "root": "pages/home/memberforget",
- "pages": [
- // 忘记密码
- {
- "path": "Forget",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- }
- ]
- }, {
- "root": "pages/home/memberlogin",
- "pages": [
- // 用户登录
- {
- "path": "Login",
- "style": {
- "navigationBarTitleText": "用户登录"
- }
- }
- ]
- }, {
- "root": "pages/home/memberregister",
- "pages": [
- // 用户注册
- {
- "path": "Register",
- "style": {
- "navigationBarTitleText": "用户注册"
- }
- }
- ]
- }, {
- "root": "pages/home/storeabout",
- "pages": [
- // 店铺介绍
- {
- "path": "Storeabout",
- "style": {
- "navigationBarTitleText": "店铺介绍"
- }
- }
- ]
- }, {
- "root": "pages/home/goodsclass",
- "pages": [
- // 分类
- {
- "path": "Goodsclass",
- "style": {
- "navigationBarTitleText": "商品分类"
- }
- }
- ]
- }, {
- "root": "pages/home/bonus",
- "pages": [
- // 红包兑换商品详情页
- {
- "path": "Detail",
- "style": {
- "navigationBarTitleText": "红包"
- }
- }
- ]
- }, {
- "root": "pages/home/pintuan",
- "pages": [
- // 拼团列表
- {
- "path": "PintuanList",
- "style": {
- "navigationBarTitleText": "拼团列表"
- }
- }
- ]
- }, {
- "root": "pages/home/chain",
- "pages": [
- // 附近门店
- {
- "path": "ChainNearby",
- "style": {
- "navigationBarTitleText": "附近门店"
- }
- }
- ]
- }, {
- "root": "pages/home/presell",
- "pages": [
- // 预售
- {
- "path": "PresellList",
- "style": {
- "navigationBarTitleText": "预售"
- }
- }
- ]
- }, {
- "root": "pages/home/bargain",
- "pages": [
- // 砍价列表页
- {
- "path": "Bargainlist",
- "style": {
- "navigationBarTitleText": "砍价列表页"
- }
- },
- // 砍价分享页面
- {
- "path": "Bargainshare",
- "style": {
- "navigationBarTitleText": "砍价分享页"
- }
- }
- ]
- }, {
- "root": "pages/home/pointsgoods",
- "pages": [
- // 积分兑换商品
- {
- "path": "Index",
- "style": {
- "navigationBarTitleText": "积分商品"
- }
- },
- // 积分兑换商品详情页
- {
- "path": "Detail",
- "style": {
- "navigationBarTitleText": "积分商品详情"
- }
- },
- // 积分兑换代金券列表页
- {
- "path": "PointMallVoucher",
- "style": {
- "navigationBarTitleText": "积分代金券"
- }
- },
- // 积分兑换代金券列表页
- {
- "path": "PointVoucher",
- "style": {
- "navigationBarTitleText": "积分代金券"
- }
- },
- {
- "path": "PointProd",
- "style": {
- "navigationBarTitleText": "积分商城"
- }
- }
- ]
- },
- {
- "root": "pages/home/goodsdetail",
- "pages": [
- // 商品详情
- {
- "path": "Goodsdetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- // 商品视频
- {
- "path": "GoodsVideo",
- "style": {
- "navigationBarTitleText": "商品视频"
- }
- },
- // 商品咨询
- {
- "path": "GoodsConsult",
- "style": {
- "navigationBarTitleText": "商品咨询"
- }
- },
- // 商品评价
- {
- "path": "GoodsEvaluation",
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- },
- // 门店列表
- {
- "path": "ChainList",
- "style": {
- "navigationBarTitleText": "门店列表"
- }
- }
- ]
- },
- {
- "root": "pages/home/activity",
- "pages": [
- // 活动列表
- {
- "path": "Activitylist",
- "style": {
- "navigationBarTitleText": "活动列表"
- }
- },
- // 活动详情
- {
- "path": "Activitydetail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- }
- ]
- },
- {
- "root": "pages/home/article",
- "pages": [
- // 注册协议
- {
- "path": "Document",
- "style": {
- "navigationBarTitleText": "协议"
- }
- },
- // 文章分类
- {
- "path": "Articleclass",
- "style": {
- "navigationBarTitleText": "文章分类"
- }
- },
- // 文章列表
- {
- "path": "Articlelist",
- "style": {
- "navigationBarTitleText": "文章列表"
- }
- },
- // 文章详情
- {
- "path": "Articledetail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- }
- ]
- },
- {
- "root": "pages/home/marketmanage",
- "pages": [
- // 活动列表
- {
- "path": "Marketmanagelist",
- "style": {
- "navigationBarTitleText": "活动列表"
- }
- },
- // 刮刮卡
- {
- "path": "Marketcard",
- "style": {
- "navigationBarTitleText": "刮刮卡"
- }
- },
- // 生肖翻翻看
- {
- "path": "Marketzodiac",
- "style": {
- "navigationBarTitleText": "生肖翻翻看"
- }
- },
- // 大转盘
- {
- "path": "Marketwheel",
- "style": {
- "navigationBarTitleText": "大转盘"
- }
- },
- // 砸金蛋
- {
- "path": "Marketegg",
- "style": {
- "navigationBarTitleText": "砸金蛋"
- }
- }
- ]
- }, {
- "root": "pages/member",
- "pages": [
- // 用户中心
- {
- "path": "index/Index",
- "style": {
- "navigationBarTitleText": "用户中心"
- }
- },
- // 购物车
- {
- "path": "cart/Cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- // 我的钱包
- {
- "path": "account/Account",
- "style": {
- "navigationBarTitleText": "我的钱包"
- }
- },
- // 退款退货
- {
- "path": "orderreturn/Orderreturn",
- "style": {
- "navigationBarTitleText": "退款退货"
- }
- },
- // 资金明细
- {
- "path": "predeposit/PredepositList",
- "style": {
- "navigationBarTitleText": "资金明细"
- }
- },
- // 充值卡明细
- {
- "path": "predeposit/RechargeCardList",
- "style": {
- "navigationBarTitleText": "充值卡明细"
- }
- },
- // 提现明细
- {
- "path": "withdraw/WithdrawList",
- "style": {
- "navigationBarTitleText": "提现明细"
- }
- },
- // 聊天信息
- {
- "path": "chat/ChatInfo",
- "style": {
- "navigationBarTitleText": "聊天信息"
- }
- },
- // 聊天列表
- {
- "path": "chat/ChatList",
- "style": {
- "navigationBarTitleText": "聊天列表"
- }
- },
- // 好友列表
- {
- "path": "friend/FriendList",
- "style": {
- "navigationBarTitleText": "好友列表"
- }
- },
- // 咨询列表
- {
- "path": "consult/ConsultList",
- "style": {
- "navigationBarTitleText": "咨询列表"
- }
- },
- // 充值明细
- {
- "path": "recharge/RechargeList",
- "style": {
- "navigationBarTitleText": "充值明细"
- }
- },
- // 平台代金券列表
- {
- "path": "mallvoucher/MallVoucherList",
- "style": {
- "navigationBarTitleText": "平台代金券列表"
- }
- },
- // 店铺代金券列表
- {
- "path": "voucher/VoucherList",
- "style": {
- "navigationBarTitleText": "代金券列表"
- }
- },
- // 私密代金券
- {
- "path": "voucher/VoucherPrivate",
- "style": {
- "navigationBarTitleText": "代金券"
- }
- },
- // 消息列表
- {
- "path": "notice/NoticeList",
- "style": {
- "navigationBarTitleText": "消息列表"
- }
- },
- // 账号设置
- {
- "path": "setting/AccountSet",
- "style": {
- "navigationBarTitleText": "账号设置"
- }
- },
- // 个人信息
- {
- "path": "profile/ProfileSet",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- // 积分明细
- {
- "path": "point/PointList",
- "style": {
- "navigationBarTitleText": "积分明细"
- }
- },
- // 签到送积分
- {
- "path": "point/PointSignin",
- "style": {
- "navigationBarTitleText": "签到送积分"
- }
- },
- // 地址列表
- {
- "path": "address/AddressList",
- "style": {
- "navigationBarTitleText": "地址列表"
- }
- },
- // 地址编辑
- {
- "path": "address/AddressForm",
- "style": {
- "navigationBarTitleText": "地址编辑"
- }
- },
- // 地址编辑
- {
- "path": "address/ChainForm",
- "style": {
- "navigationBarTitleText": "门店编辑"
- }
- },
- // 提现账户列表
- {
- "path": "bank/BankList",
- "style": {
- "navigationBarTitleText": "提现账户列表"
- }
- },
- // 提现账户编辑
- {
- "path": "bank/BankForm",
- "style": {
- "navigationBarTitleText": "提现账户编辑"
- }
- },
- // 退款列表
- {
- "path": "refund/RefundList",
- "style": {
- "navigationBarTitleText": "退款列表"
- }
- },
- // 退款编辑
- {
- "path": "refund/RefundForm",
- "style": {
- "navigationBarTitleText": "退款编辑"
- }
- },
- // 退款详情
- {
- "path": "refund/RefundView",
- "style": {
- "navigationBarTitleText": "退款详情"
- }
- },
- // 退款列表
- {
- "path": "vrrefund/VrRefundList",
- "style": {
- "navigationBarTitleText": "退款列表"
- }
- },
- // 退款编辑
- {
- "path": "vrrefund/VrRefundForm",
- "style": {
- "navigationBarTitleText": "退款编辑"
- }
- },
- // 退款详情
- {
- "path": "vrrefund/VrRefundView",
- "style": {
- "navigationBarTitleText": "退款详情"
- }
- },
- // 退货列表
- {
- "path": "return/ReturnList",
- "style": {
- "navigationBarTitleText": "退货列表"
- }
- },
- // 退货编辑
- {
- "path": "return/ReturnForm",
- "style": {
- "navigationBarTitleText": "退货编辑"
- }
- },
- // 退货详情
- {
- "path": "return/ReturnView",
- "style": {
- "navigationBarTitleText": "退货详情"
- }
- },
- // 退货
- {
- "path": "return/ReturnSend",
- "style": {
- "navigationBarTitleText": "退货"
- }
- },
- // 发票列表
- {
- "path": "invoice/InvoiceList",
- "style": {
- "navigationBarTitleText": "发票列表"
- }
- },
- // 发票编辑
- {
- "path": "invoice/InvoiceForm",
- "style": {
- "navigationBarTitleText": "发票编辑"
- }
- },
- // 下单界面
- {
- "path": "buy/step1",
- "style": {
- "navigationBarTitleText": "下单"
- }
- },
- // 下单界面
- {
- "path": "vrbuy/step1",
- "style": {
- "navigationBarTitleText": "下单"
- }
- },
- // 积分商品下单
- {
- "path": "pointsbuy/step1",
- "style": {
- "navigationBarTitleText": "积分商品下单"
- }
- },
- // 积分商品购物车
- {
- "path": "pointscart/Cart",
- "style": {
- "navigationBarTitleText": "积分商品购物车"
- }
- },
- // 积分订单列表
- {
- "path": "pointsorder/OrderList",
- "style": {
- "navigationBarTitleText": "积分订单列表"
- }
- },
- // 积分订单详情
- {
- "path": "pointsorder/OrderDetail",
- "style": {
- "navigationBarTitleText": "积分订单详情"
- }
- },
- // 商家投诉
- {
- "path": "inform/InformList",
- "style": {
- "navigationBarTitleText": "商家投诉"
- }
- },
- // 商家投诉
- {
- "path": "inform/InformForm",
- "style": {
- "navigationBarTitleText": "商家投诉"
- }
- },
- // 商家投诉
- {
- "path": "complaint/ComplaintList",
- "style": {
- "navigationBarTitleText": "商家投诉"
- }
- },
- // 商家投诉
- {
- "path": "complaint/ComplaintForm",
- "style": {
- "navigationBarTitleText": "商家投诉"
- }
- },
- // 支付界面
- {
- "path": "buy/pay",
- "style": {
- "navigationBarTitleText": "支付界面"
- }
- },
- // 我的订单
- {
- "path": "order/OrderList",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- // 订单搜索
- {
- "path": "order/OrderSearch",
- "style": {
- "navigationBarTitleText": "订单搜索"
- }
- },
- // 我的收藏
- {
- "path": "favorite/Favorite",
- "style": {
- "navigationBarTitleText": "我的收藏"
- }
- },
- // 订单详情
- {
- "path": "order/OrderDetail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- // 物流跟踪
- {
- "path": "order/OrderDeliver",
- "style": {
- "navigationBarTitleText": "物流跟踪"
- }
- },
- // 评价订单
- {
- "path": "order/OrderEvaluate",
- "style": {
- "navigationBarTitleText": "评价订单"
- }
- },
- // 订单详情
- {
- "path": "vrorder/OrderDetail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- // 评价订单
- {
- "path": "vrorder/OrderEvaluate",
- "style": {
- "navigationBarTitleText": "评价订单"
- }
- },
- // 我的订单
- {
- "path": "vrorder/OrderList",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- // 用户订单评价列表
- {
- "path": "evaluate/EvaluateList",
- "style": {
- "navigationBarTitleText": "用户订单评价列表"
- }
- },
- // 推广海报
- {
- "path": "inviter/InviterManage",
- "style": {
- "navigationBarTitleText": "推广海报"
- }
- },
- // 推广会员
- {
- "path": "inviter/InviterUser",
- "style": {
- "navigationBarTitleText": "推广会员"
- }
- },
- // 推广佣金
- {
- "path": "inviter/InviterOrder",
- "style": {
- "navigationBarTitleText": "推广佣金"
- }
- },
- // 活动记录
- {
- "path": "marketmanagelog/Marketmanagelog",
- "style": {
- "navigationBarTitleText": "活动记录"
- }
- },
- // 红包领取记录
- {
- "path": "bonusreceive/Bonusreceive",
- "style": {
- "navigationBarTitleText": "红包领取记录"
- }
- },
- // 砍价列表页
- {
- "path": "bargain/Bargainlist",
- "style": {
- "navigationBarTitleText": "砍价列表页"
- }
- },
- // 到货通知页面
- {
- "path": "arrivalnotice/Arrivalnotice",
- "style": {
- "navigationBarTitleText": "到货通知页面"
- }
- },
- // 浏览历史页面
- {
- "path": "browse/BrowseList",
- "style": {
- "navigationBarTitleText": "浏览历史页面"
- }
- },
- // 意见反馈
- {
- "path": "feedback/Feedback",
- "style": {
- "navigationBarTitleText": "意见反馈"
- }
- },
- // 会员认证页面
- {
- "path": "auth/Auth",
- "style": {
- "navigationBarTitleText": "会员认证页面"
- }
- },
- // 直播详情
- {
- "path": "live/LiveDetail",
- "style": {
- "navigationBarTitleText": "直播详情"
- }
- },
- // 直播列表
- {
- "path": "live/LiveList",
- "style": {
- "navigationBarTitleText": "直播列表"
- }
- },
- // 店铺入驻
- {
- "path": "sellerjoinin/Step1",
- "style": {
- "navigationBarTitleText": "店铺入驻"
- }
- },
- // 店铺入驻
- {
- "path": "sellerjoinin/Step2",
- "style": {
- "navigationBarTitleText": "店铺入驻"
- }
- },
- // 店铺入驻
- {
- "path": "sellerjoinin/Step3",
- "style": {
- "navigationBarTitleText": "店铺入驻"
- }
- },
- // 店铺入驻
- {
- "path": "sellerjoinin/Step4",
- "style": {
- "navigationBarTitleText": "店铺入驻"
- }
- },
- // 店铺入驻
- {
- "path": "sellerjoinin/Step5",
- "style": {
- "navigationBarTitleText": "店铺入驻"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationStyle": "custom"
- },
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "LiveDetail", //模式名称
- "path": "pages/member/live/LiveDetail", //启动页面,必选
- "query": "live_apply_id=1&test=1" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|