123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/StartUpPage",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/SearchAddress",
- "style": {
- "navigationBarTitleText": "搜索地址"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "编辑",
- "fontSize": "14px"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/classification/cate",
- "style": {
- "navigationBarTitleText": "产品分类"
- }
- },
- {
- "path": "pages/index/FullScreen",
- "style": {
- "navigationStyle": "custom", // 取消本页面的导航栏
- "app-plus": {
- "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
- "background": "transparent", // 背景透明
- "backgroundColor": "rgba(0,0,0,0)", // 背景透明
- "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
- }
- }
- }
- ],
- "subPackages": [{
- "root": "pagesT",
- "pages": [{
- "path": "activity/Activity",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "专题活动"
- }
- },
- {
- "path": "seckill/Seckill",
- "style": {
- "navigationBarTitleText": "秒杀抢购",
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "selfconfig/selfconfig",
- "style": {
- "navigationBarTitleText": "个人设置"
- }
- },
- {
- "path": "unit/official",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "unit/yhk",
- "style": {
- "navigationBarTitleText": "优惠卡"
- }
- },
- {
- "path": "unit/officialT",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "unit/ygdetail",
- "style": {
- "navigationBarTitleText": "员工详情"
- }
- },
- {
- "path": "unit/artdetail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "unit/lc",
- "style": {
- "navigationBarTitleText": "疗程"
- }
- },
- {
- "path": "unit/item",
- "style": {
- "navigationBarTitleText": "项目"
- }
- },
- {
- "path": "unit/evaluate",
- "style": {
- "navigationBarTitleText": "评价"
- }
- },
- {
- "path": "unit/itemdetail",
- "style": {
- "navigationBarTitleText": "详情展示",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "user/editUserInfo",
- "style": {
- "navigationBarTitleText": "完善资料"
- }
- },
- {
- "path": "user/VipList",
- "style": {
- "navigationBarTitleText": "会员卡中心"
- }
- },
- {
- "path": "user/VipDetail",
- "style": {
- "navigationBarTitleText": "会员卡详情"
- }
- },
- {
- "path": "user/GetCoupon",
- "style": {
- "navigationBarTitleText": "领取优惠券"
- }
- },
- {
- "path": "user/DiscountCoupon",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- },
- {
- "path": "user/Collection",
- "style": {
- "navigationBarTitleText": "常购清单"
- }
- },
- {
- "path": "user/guquan",
- "style": {
- "navigationBarTitleText": "股份"
- }
- },
- {
- "path": "user/dyquan",
- "style": {
- "navigationBarTitleText": "我的抵用券"
- }
- },
- {
- "path": "user/myyhk",
- "style": {
- "navigationBarTitleText": "我的优惠卡"
- }
- },
- {
- "path": "user/gqDetail",
- "style": {
- "navigationBarTitleText": "股权明细"
- }
- },
- {
- "path": "search/index",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "search/SearchResult",
- "style": {
- "navigationBarTitleText": "搜索列表"
- }
- },
- {
- "path": "product/product",
- "style": {
- "navigationBarTitleText": "详情展示",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "product/goodsPoster",
- "style": {
- "navigationBarTitleText": "制作海报"
- }
- },
- {
- "path": "binding/bindInfo",
- "style": {
- "navigationBarTitleText": "登入",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "binding/bindPhone",
- "style": {
- "navigationBarTitleText": "绑定手机",
- "navigationStyle": "custom"
- }
- }, {
- "path": "public/wxLogin",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false,
- "animationType": "slide-in-bottom"
- }
- }
- },
- {
- "path": "public/login",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false,
- "animationType": "slide-in-bottom"
- }
- }
- },
- {
- "path": "productDetail/productDetail",
- "style": {
- "navigationBarTitleText": "分类商品",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "productDetail/groupList",
- "style": {
- "navigationBarTitleText": "商品分组",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "money/BankPay",
- "style": {
- "navigationBarTitleText": "上传打款凭证",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "money/pay",
- "style": {
- "navigationBarTitleText": "支付"
- }
- },
- {
- "path": "money/paySuccess",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "address/SelAddress",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- {
- "path": "address/address",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- }, {
- "path": "address/addressManage",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "order/ReturnOrder",
- "style": {
- "navigationBarTitleText": "退款/售后"
- }
- },
- {
- "path": "order/order",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "order/orderT",
- "style": {
- "navigationBarTitleText": "项目订单"
- }
- },{
- "path": "order/createOrder",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/createOrderT",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "order/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/ReturnSales",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "退货"
- }
- },
- {
- "path": "order/orderLogistics",
- "style": {
- "navigationBarTitleText": "订单跟踪"
- }
- }, {
- "path": "Distribution/ApplyAudit",
- "style": {
- "navigationBarTitleText": "申请成为分销商"
- }
- },
- {
- "path": "Distribution/ApplyTerm",
- "style": {
- "navigationBarTitleText": "申请成为分销商"
- }
- },
- {
- "path": "Distribution/Application",
- "style": {
- "navigationBarTitleText": "提现详情"
- }
- },
- {
- "path": "Distribution/Ranking",
- "style": {
- "navigationBarTitleText": "排行榜",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "Distribution/Withdrawal",
- "style": {
- "navigationBarTitleText": "申请提现"
- }
- },
- {
- "path": "Distribution/Agreement",
- "style": {
- "navigationBarTitleText": "成为分销商协议"
- }
- },
- {
- "path": "Distribution/Distribution",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "分销中心"
- }
- },
- {
- "path": "NewPartner/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "合伙人中心"
- }
- },
- {
- "path": "NewPartner/commission_detail",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "分佣记录"
- }
- },
- {
- "path": "NewPartner/cash_detail",
- "style": {
- "navigationBarTitleText": "提现记录"
- }
- },
- {
- "path": "NewPartner/apply_cash",
- "style": {
- "navigationBarTitleText": "提现申请"
- }
- },
- {
- "path": "NewPartner/cash_info",
- "style": {
- "navigationBarTitleText": "提现详情"
- }
- },
- {
- "path": "NewPartner/balance_detail",
- "style": {
- "navigationBarTitleText": "余额明细"
- }
- },
-
-
-
-
-
- {
- "path": "NewAgent/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "门店代理中心"
- }
- },
- {
- "path": "NewAgent/commission_detail",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "分佣记录"
- }
- },
- {
- "path": "NewAgent/cash_detail",
- "style": {
- "navigationBarTitleText": "提现记录"
- }
- },
- {
- "path": "NewAgent/apply_cash",
- "style": {
- "navigationBarTitleText": "提现申请"
- }
- },
- {
- "path": "NewAgent/cash_info",
- "style": {
- "navigationBarTitleText": "提现详情"
- }
- },
- {
- "path": "NewAgent/balance_detail",
- "style": {
- "navigationBarTitleText": "余额明细"
- }
- },
-
-
-
-
- {
- "path": "Distribution/Poster",
- "style": {
- "navigationBarTitleText": "海报"
- }
- },
- {
- "path": "Distribution/NotRecorded",
- "style": {
- "navigationBarTitleText": "待入账佣金"
- }
- },
- {
- "path": "Distribution/AddUpMoney",
- "style": {
- "navigationBarTitleText": "累计佣金"
- }
- },
- {
- "path": "Distribution/IncomeDetails",
- "style": {
- "navigationBarTitleText": "提现明细"
- }
- },
- {
- "path": "Distribution/MyGroup",
- "style": {
- "navigationBarTitleText": "我的团队"
- }
- },
- {
- "path": "Distribution/GradeDescription",
- "style": {
- "navigationBarTitleText": "等级说明"
- }
- },
- // 分销商订单详情
- {
- "path": "Distribution/DorderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "Distribution/DOrder",
- "style": {
- "navigationBarTitleText": "分销订单"
- }
- },
- {
- "path": "store/ChangeStore",
- "style": {
- "navigationBarTitleText": "选择门店",
- "enablePullDownRefresh": true
- }
- },
- // 商户入驻
- {
- "path": "store/Apply",
- "style": {
- "navigationBarTitleText": "商户入驻申请"
- }
- },
- {
- "path": "store/StoreList",
- "style": {
- "navigationBarTitleText": "商户列表"
- }
- },
- {
- "path": "store/StoreHome",
- "style": {
- "navigationBarTitleText": "商户主页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goodsGroup/index",
- "style": {
- "navigationBarTitleText": "组合套餐专场"
- }
- },
- {
- "path": "goodsGroup/goodsGroupDetail",
- "style": {
- "navigationBarTitleText": "套餐详情"
- }
- },
- {
- "path": "user/needSubmit",
- "style": {
- "navigationBarTitleText": "需求提报"
- }
- },
- {
- "path": "money/Balance",
- "style": {
- "navigationBarTitleText": "我的余额"
- }
- },
- {
- "path": "money/CustomerBalanceDetail",
- "style": {
- "navigationBarTitleText": "余额明细表"
- }
- },
- {
- "path": "money/BalanceDetail",
- "style": {
- "navigationBarTitleText": "余额明细"
- }
- },
- {
- "path": "money/addWithdrawal",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path": "money/PayPasswordEditCheck",
- "style": {
- "navigationBarTitleText": "验证身份",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "money/PayPassword",
- "style": {
- "navigationBarTitleText": "设置支付密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "money/PayPasswordAgin",
- "style": {
- "navigationBarTitleText": "确认支付密码",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pointsMall/index",
- "style": {
- "navigationBarTitleText": "股权商城",
- "enablePullDownRefresh": true //开启下拉刷新
- }
- },
- {
- "path": "pointsMall/PointsDetail",
- "style": {
- "navigationBarTitleText": "股权明细",
- "enablePullDownRefresh": true //开启下拉刷新
- }
- },
- {
- "path": "pointsMall/ExchangeLog",
- "style": {
- "navigationBarTitleText": "兑换记录",
- "enablePullDownRefresh": true //开启下拉刷新
- }
- },
- {
- "path": "pointsMall/ExchangeOrder",
- "style": {
- "navigationBarTitleText": "确认兑换",
- "enablePullDownRefresh": true //开启下拉刷新
- }
- },
- {
- "path": "pointsMall/ExchangeOrderDetail",
- "style": {
- "navigationBarTitleText": "兑换详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pointsMall/IntegralGoodsDetail",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "股权商品详情",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "color": "#999999",
- "selectedColor": "#ff2d2d",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/img/tabbar-icon/home.png",
- "selectedIconPath": "static/img/tabbar-icon/home-action.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/classification/cate",
- "iconPath": "static/img/tabbar-icon/cate.png",
- "selectedIconPath": "static/img/tabbar-icon/cate-action.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/cart/cart",
- "iconPath": "static/img/tabbar-icon/cart.png",
- "selectedIconPath": "static/img/tabbar-icon/cart-action.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/img/tabbar-icon/user.png",
- "selectedIconPath": "static/img/tabbar-icon/user-action.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|