123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "开邻智数",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/car/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/car/order",
- "style": {
- "navigationBarTitleText": "提交预约"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle":"custom"
- }
- },
- {
- "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" : "商品详情",
- "navigationStyle":"custom"
- }
- },
- {
- "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" : "产品详情",
- "navigationStyle":"custom"
- }
- },
- {
- "path" : "pages/score/orders",
- "style" :
- {
- "navigationBarTitleText" : "积分订单"
- }
- },
- {
- "path" : "pages/score/completion",
- "style" :
- {
- "navigationBarTitleText" : "兑换成功"
- }
- },
- {
- "path" : "pages/orders/completion",
- "style" :
- {
- "navigationBarTitleText" : "购买成功"
- }
- },
- {
- "path" : "pages/webview/index",
- "style" :
- {
- "navigationBarTitleText" : "活动页面"
- }
- },
- {
- "path" : "pages/coupon/order_coupon",
- "style" :
- {
- "navigationBarTitleText" : "优惠卷"
- }
- },
- {
- "path" : "pages/course/index",
- "style" :
- {
- "navigationBarTitleText" : "上课"
- }
- },
- {
- "path" : "pages/orders/confirm",
- "style" :
- {
- "navigationBarTitleText" : "确认支付"
- }
- }
- ],
-
- "subPackages": [
- {
- "root": "pagesA",
- "pages": [
- {
- "path" : "search/index",
- "style" :
- {
- "navigationBarTitleText" : "搜索商品"
- }
- },
- {
- "path" : "course/reservation",
- "style" :
- {
- "navigationBarTitleText" : "课程预约"
- }
- },
- {
- "path" : "course/usercourse",
- "style" :
- {
- "navigationBarTitleText" : "我的课程"
- }
- },
- {
- "path" : "orders/userorder",
- "style" :
- {
- "navigationBarTitleText" : "我的订单"
- }
- },
- {
- "path" : "user/favorites",
- "style" :
- {
- "navigationBarTitleText" : "我的收藏"
- }
- },
- {
- "path" : "user/usercoupon",
- "style" :
- {
- "navigationBarTitleText" : "我的优惠卷"
- }
- },
- {
- "path" : "coupon/couponproductlist",
- "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": "我的"
- }]
- }
- }
|