123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "KIRIN",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/car/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/car/order",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/user/settings",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path" : "pages/coupon/index",
- "style" :
- {
- "navigationBarTitleText" : "优惠券",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/orders/index",
- "style" :
- {
- "navigationBarTitleText" : "预约中心",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/product/index",
- "style" :
- {
- "navigationBarTitleText" : "商品详情"
- }
- },
- {
- "path" : "pages/user/info",
- "style" :
- {
- "navigationBarTitleText" : "信息设置"
- }
- },
- {
- "path" : "pages/login/index",
- "style" :
- {
- "navigationBarTitleText" : "登录注册"
- }
- },
- {
- "path" : "pages/bind/user",
- "style" :
- {
- "navigationBarTitleText" : "客户绑定"
- }
- },
- {
- "path" : "pages/addr/index",
- "style" :
- {
- "navigationBarTitleText" : "收货地址"
- }
- },
- {
- "path" : "pages/score/record",
- "style" :
- {
- "navigationBarTitleText" : "积分记录",
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/score/clockin",
- "style" :
- {
- "navigationBarTitleText" : "积分签到",
- "navigationStyle":"custom"
- }
- },
- {
- "path" : "pages/score/index",
- "style" :
- {
- "navigationBarTitleText" : "积分产品"
- }
- },
- {
- "path" : "pages/score/product",
- "style" :
- {
- "navigationBarTitleText" : "产品详情"
- }
- },
- {
- "path" : "pages/score/orders",
- "style" :
- {
- "navigationBarTitleText" : "兑换记录"
- }
- },
- {
- "path" : "pages/orders/completion",
- "style" :
- {
- "navigationBarTitleText" : "报单成功"
- }
- },
- {
- "path" : "pages/webview/index",
- "style" :
- {
- "navigationBarTitleText" : "活动页面"
- }
- },
- {
- "path" : "pages/user/follow",
- "style" :
- {
- "navigationBarTitleText" : "添加客服"
- }
- },
- {
- "path" : "pages/coupon/product",
- "style" :
- {
- "navigationBarTitleText" : "可用商品"
- }
- },
- {
- "path" : "pages/score/lottery",
- "style" :
- {
- "navigationBarTitleText" : "积分抽奖"
- }
- },
- {
- "path" : "pages/coupon/active",
- "style" :
- {
- "navigationBarTitleText" : "领券活动"
- }
- },
- {
- "path" : "pages/orders/lottery",
- "style" :
- {
- "navigationBarTitleText" : "下单抽奖"
- }
- },
- {
- "path" : "pages/orders/receipt",
- "style" :
- {
- "navigationBarTitleText" : "订单回执"
- }
- },
- {
- "path" : "pages/course/reservation",
- "style" :
- {
- "navigationBarTitleText" : "课程预约"
- }
- },
- {
- "path" : "pages/course/usercourse",
- "style" :
- {
- "navigationBarTitleText" : "我的课程"
- }
- },
- {
- "path" : "pages/course/index",
- "style" :
- {
- "navigationBarTitleText" : "上课"
- }
- },
- {
- "path" : "pages/orders/confirm",
- "style" :
- {
- "navigationBarTitleText" : "确认支付"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#333333",
- "backgroundColor": "#F8F8F8",
- "borderStyle": "white",
- "position": "bottom",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/icon/home.png",
- "selectedIconPath": "static/icon/home_active.png",
- "text": "首页"
- },{
- "pagePath": "pages/score/index",
- "iconPath": "static/tabbar/score.png",
- "selectedIconPath": "static/tabbar/score_active.png",
- "text": "积分"
- }, {
- "pagePath": "pages/course/index",
- "iconPath": "static/tabbar/clockin.png",
- "selectedIconPath": "static/tabbar/clockin_active.png",
- "text": "上课"
- },{
- "pagePath": "pages/car/index",
- "iconPath": "static/icon/car.png",
- "selectedIconPath": "static/icon/car_active.png",
- "text": "购物车"
- }, {
- "pagePath": "pages/user/index",
- "iconPath": "static/icon/user.png",
- "selectedIconPath": "static/icon/user_active.png",
- "text": "我的"
- }]
- }
- }
|