| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/orderMeal/index",
- "style": {
- "navigationBarTitleText": "点单"
- }
- },
- {
- "path": "pages/qrCode/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "订单"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ],
- "subPackages": [
- {
- "root": "loginPages",
- "pages": [
- {
- "path": "login/bind-account",
- "style": {
- "navigationBarTitleText": "账号绑定",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/bind-account-password",
- "style": {
- "navigationBarTitleText": "绑定账号密码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/bind-transaction-password",
- "style": {
- "navigationBarTitleText": "绑定账号支付密码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/login-old-account",
- "style": {
- "navigationBarTitleText": "输入账号密码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/login-real-name-auth",
- "style": {
- "navigationBarTitleText": "实名认证",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/retrieve-account",
- "style": {
- "navigationBarTitleText": "账号密码找回",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/retrieve-account-password",
- "style": {
- "navigationBarTitleText": "账号密码找回",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/retrieve-account-phone",
- "style": {
- "navigationBarTitleText": "账号找回",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "login/retrieve-method",
- "style": {
- "navigationBarTitleText": "账号找回方式",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "otherPages",
- "pages": [
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
- {
- "path": "storeService/index",
- "style": {
- "navigationBarTitleText": "到店服务",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "myPages",
- "pages": [
- {
- "path": "transactionRecord/index",
- "style": {
- "navigationBarTitleText": "交易记录",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "recharge/index",
- "style": {
- "navigationBarTitleText": "储值服务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "coupon/index",
- "style": {
- "navigationBarTitleText": "优惠券",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "storePages",
- "pages": [
- {
- "path": "store/store-choose",
- "style": {
- "navigationBarTitleText": "选择门店",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#282828",
- "selectedColor": "#B22338",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/orderMeal/index"
- },
- {
- "pagePath": "pages/qrCode/index"
- },
- {
- "pagePath": "pages/order/index"
- },
- {
- "pagePath": "pages/my/index"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "加载中",
- "navigationBarBackgroundColor": "#FFE05C",
- "backgroundColor": "#FFE05C",
- "titleNView": false
- },
- "uniIdRouter": {}
- }
|