123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
- "ujp-(.*)": "components/u-$1/u-$1.vue"
-
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "name": "充电中",
- "path": "pages/index/index",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
-
- {
- "name": "充电",
- "path": "pages/charge/index",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "切换充电桩",
- "path": "pages/charge/switchCharge",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "充电记录",
- "path": "pages/charge/chargeList",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "充电详情",
- "path": "pages/charge/chargeDetails",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "我的",
- "path": "pages/user/index",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "余额充值",
- "path": "pages/user/recharge",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "余额充值",
- "path": "pages/user/refundList",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
-
- {
- "name": "充值记录",
- "path": "pages/user/rechargeList",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- }, {
- "name": "充值详情",
- "path": "pages/user/rechargeDeatils",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "登录",
- "path": "pages/index/none",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "name": "登录",
- "path": "pages/login/index",
- "style": {
- //"navigationStyle": "custom" // 隐藏系统导航栏
- }
- },
- {
- "path" : "pages/user/rechargeListByPhone",
- "style" :
- {
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/user/rechargeByPhone",
- "style" :
- {
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/user/rechargeDeatilsByPhone",
- "style" :
- {
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/user/rechargeIndex",
- "style" :
- {
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/user/rechargeSubmit",
- "style" :
- {
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/login/recharge",
- "style" :
- {
- "enablePullDownRefresh" : false
- }
- }
-
- ],
- "globalStyle": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTitleText": "优电联盟-电单车充电系统",
- "enablePullDownRefresh": false
- }
- }
|