{ "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函数里面得到 } ] } }