| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": false, //禁用原生导航栏
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/product/category",
- "style": {
- "navigationBarTitleText": "分类",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/login/mplogin",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/login/applet",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/login/openlogin",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/login/bindmobile",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- }, {
- "path": "pages/user/userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "用户信息",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/recommend/recommend",
- "style": {}
- }, {
- "path": "pages/product/list/list",
- "style": {
- "navigationBarTitleText": "商品列表",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/product/detail/detail",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "商品详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/confirm-order",
- "style": {
- "navigationBarTitleText": "确认订单",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/address/address",
- "style": {
- "navigationBarTitleText": "设置地址",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/index/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- }, {
- "path": "pages/order/myorder",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/order-detail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/address/add/add",
- "style": {
- "navigationBarTitleText": "添加收货地址",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/product/search/search",
- "style": {
- "navigationBarTitleText": "搜索",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/evaluate/evaluate",
- "style": {
- "navigationBarTitleText": "评价",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/product/detail/look-evaluate/look-evaluate",
- "style": {
- "navigationBarTitleText": "商品评价",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/express/express",
- "style": {
- "navigationBarTitleText": "物流",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/refund/apply/apply",
- "style": {
- "navigationBarTitleText": "申请售后",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/refund/index/index",
- "style": {
- "navigationBarTitleText": "退款/售后",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/refund/detail/detail",
- "style": {
- "navigationBarTitleText": "售后详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/address/edit/edit",
- "style": {
- "navigationBarTitleText": "地址编辑",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "components/upload/upload",
- "style": {}
- }, {
- "path": "pages/coupon/coupon",
- "style": {
- "navigationBarTitleText": "领券中心",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/my-coupon/my-coupon",
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "分销中心",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/apply/apply",
- "style": {
- "navigationBarTitleText": "申请成为分销商",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/cash/apply/apply",
- "style": {
- "navigationBarTitleText": "申请提现",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/cash/list/list",
- "style": {
- "navigationBarTitleText": "提现明细",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/points/points",
- "style": {
- "navigationBarTitleText": "积分",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/order/order",
- "style": {
- "navigationBarTitleText": "分销订单",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/team/team",
- "style": {
- "navigationBarTitleText": "我的团队",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/agent/qrcode/qrcode",
- "style": {
- "navigationBarTitleText": "推广二维码",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/store/address/address",
- "style": {
- "navigationBarTitleText": "门店列表",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/store/clerkorder",
- "style": {
- "navigationBarTitleText": "订单核销",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- {
- "path": "pages/diy-page/diy-page",
- "style": {
- "navigationBarTitleText": "页面",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/article/list/list",
- "style": {
- "navigationBarTitleText": "文章列表",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/article/detail/detail",
- "style": {
- "navigationBarTitleText": "文章详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/signin/signin",
- "style": {
- "navigationBarTitleText": "签到",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/giftpackage/giftpackage",
- "style": {
- "navigationBarTitleText": "礼包购",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/points/list/list",
- "style": {
- "navigationBarTitleText": "积分商城",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/points/detail/detail",
- "style": {
- "navigationBarTitleText": "积分商品详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/pay-success/pay-success",
- "style": {
- "navigationBarTitleText": "支付成功",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/invite/invite",
- "style": {
- "navigationBarTitleText": "邀请有礼",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/seckill/list/list",
- "style": {
- "navigationBarTitleText": "秒杀列表",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/seckill/detail/detail",
- "style": {
- "navigationBarTitleText": "秒杀详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/assemble/list/list",
- "style": {
- "navigationBarTitleText": "拼团列表",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/assemble/detail/detail",
- "style": {
- "navigationBarTitleText": "拼团详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/assemble/fight-group-detail/fight-group-detail",
- "style": {
- "navigationBarTitleText": "拼团详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/bargain/list/list",
- "style": {
- "navigationBarTitleText": "砍价列表",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/bargain/detail/detail",
- "style": {
- "navigationBarTitleText": "砍价详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/bargain/haggle/haggle",
- "style": {
- "navigationBarTitleText": "砍价购",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/my-bargain/my-bargain",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的砍价",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/signin/rule/rule",
- "style": {
- "navigationBarTitleText": "活动规则",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/store/detail/detail",
- "style": {
- "navigationBarTitleText": "门店详情",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/login/weblogin",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/pay-h5/pay-h5",
- "style": {
- "navigationBarTitleText": "订单支付",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- },
- // {
- // "path": "pages/plus/live/wx/list",
- // "style": {
- // "navigationBarTitleText": "微信直播",
- // "app-plus": {
- // //#ifdef H5
- // "titleNView": false
- // //#endif
- // }
- // }
- // },
- {
- "path": "pages/user/set/set",
- "style": {
- "navigationBarTitleText": "设置",
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/giftpackage-order",
- "style": {
- "navigationBarTitleText": "礼包购",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/my-wallet/my-wallet",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的钱包",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/my-wallet/my-balance",
- "style": {
- "navigationBarTitleText": "钱包明细",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/recharge",
- "style": {
- "navigationBarTitleText": "充值",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/giftpackage/giftlist",
- "style": {
- "navigationBarTitleText": "我的礼包",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/giftpackage/order_detail",
- "style": {
- "navigationBarTitleText": "礼包详情",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/modify-phone/modify-phone",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/order/alipay-h5/alipay-h5",
- "style": {
- "navigationBarTitleText": "订单支付",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/lottery/lottery",
- "style": {
- "navigationBarTitleText": "幸运大转盘",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/lottery/receive",
- "style": {
- "navigationBarTitleText": "奖品兑换",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/plus/table/table",
- "style": {
- "navigationBarTitleText": "表单",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/user/favorite/favorite",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "enablePullDownRefresh": false,
- "app-plus": {
- //#ifdef H5
- "titleNView": false
- //#endif
- }
- }
- }, {
- "path": "pages/webview/webview",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/privacy/privacy",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false, //禁用原生导航栏
- "scrollIndicator": "none"
- }
- }
- }, {
- "path": "pages/order/express/refund-express",
- "style": {
- "navigationBarTitleText": "物流信息",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/coupon/detail",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "优惠券详情",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#f2f2f2",
- "backgroundColor": "#f2f2f2"
- },
- "tabBar": {
- "color": "#999",
- "selectedColor": "#ff5a5a",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/product/category",
- "iconPath": "static/category.png",
- "selectedIconPath": "static/category_active.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/cart/cart",
- "iconPath": "static/cart.png",
- "selectedIconPath": "static/cart_active.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/index/index",
- "iconPath": "static/user.png",
- "selectedIconPath": "static/user_active.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|