123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "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" // 隐藏系统导航栏
- }
- }
-
- ],
- "globalStyle": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTitleText": "智能充电系统",
- "enablePullDownRefresh": false
- }
- }
|