{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/index/uindexlist", "style": { "navigationBarTitleText": "选择城市" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/login/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "订单列表" } }, { "path": "pages/order/order_detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/member/index", "style": { "navigationBarTitleText": "会员充值" } }, { "path": "pages/make/make", "style": { "navigationBarTitleText": "在线预定" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/pay_code/pay_code", "style": { "navigationBarTitleText": "会员支付码" } }, { "path": "pages/order_detail/order_detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/order_food/order_food", "style": { "navigationStyle": "custom", "navigationBarTextStyle": "white" } }, { "path": "pages/make/list", "style": { "navigationBarTitleText": "在线预订" } }, { "path": "pages/user/coupon", "style": { "navigationBarTitleText": "我的优惠卷" } }, { "path": "pages/user/shop/index", "style": { "navigationBarTitleText": "积分商城", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/user/shop/detail", "style": { "navigationBarTitleText": "积分明细", "navigationStyle": "custom", "navigationBarTextStyle": "black" } }, { "path": "pages/user/shop/shopinfo", "style": { "navigationBarTitleText": "商品详情", "navigationBarTextStyle": "black" } }, { "path": "pages/user/address/index", "style": { "navigationBarTitleText": "地址列表", "navigationBarTextStyle": "black" } }, { "path": "pages/user/address/edit", "style": { "navigationBarTitleText": "添加地址", "navigationBarTextStyle": "black" } }, { "path": "pages/user/shop/confirm", "style": { "navigationBarTitleText": "确认订单", "navigationBarTextStyle": "black" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "美味抢先点", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F2F2F2" }, "uniIdRouter": {}, "tabBar": { "backgroundColor": "#ffffff", "color": "#999", "selectedColor": "#000", "borderStyle": "white", "list": [{ "iconPath": "static/tabbar/1.png", "selectedIconPath": "static/tabbar/1-1.png", "pagePath": "pages/index/index", "text": "首页" }, { "iconPath": "static/tabbar/2.png", "selectedIconPath": "static/tabbar/2-1.png", "pagePath": "pages/order/order", "text": "订单" }, { "iconPath": "static/tabbar/4.png", "selectedIconPath": "static/tabbar/4-1.png", "pagePath": "pages/user/user", "text": "我的" } ] } }