|
@@ -1,166 +1,181 @@
|
|
|
-{
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "name":"充电中",
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
-
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "name":"h5导航到某地",
|
|
|
- "path": "pages/navigation/index",
|
|
|
- "style": {
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- ,{
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/chargingPileDetails/chargingPileDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/fastRecharge/fastRecharge",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "name":"欢迎页",
|
|
|
+{
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "name": "充电中",
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "h5导航到某地",
|
|
|
+ "path": "pages/navigation/index",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/chargingPileDetails/chargingPileDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/fastRecharge/fastRecharge",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "欢迎页",
|
|
|
"path": "pages/login/welcome",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"我的",
|
|
|
+ "name": "主页",
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "我的",
|
|
|
"path": "pages/user/index",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"我的余额",
|
|
|
+ "name": "车量管理",
|
|
|
+ "path": "pages/user/car/index",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "车量信息",
|
|
|
+ "path": "pages/user/car/carAdd",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "添加车牌",
|
|
|
+ "path": "pages/user/car/carDet",
|
|
|
+ "style": {
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "我的余额",
|
|
|
"path": "pages/user/finance/balance",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充值",
|
|
|
+ "name": "充值",
|
|
|
"path": "pages/user/finance/recharge",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充值详情",
|
|
|
+ "name": "充值详情",
|
|
|
"path": "pages/user/finance/rechargeDet",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充值记录",
|
|
|
+ "name": "充值记录",
|
|
|
"path": "pages/user/finance/rechargeList",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"充值结果",
|
|
|
+ "name": "充值结果",
|
|
|
"path": "pages/user/finance/rechargeRes",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"退款记录",
|
|
|
+ "name": "退款记录",
|
|
|
"path": "pages/user/finance/refundList",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"退款详情",
|
|
|
+ "name": "退款详情",
|
|
|
"path": "pages/user/finance/refundDet",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"退款申请",
|
|
|
+ "name": "退款申请",
|
|
|
"path": "pages/user/finance/refundApp",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"关于我们",
|
|
|
+ "name": "关于我们",
|
|
|
"path": "pages/user/about",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"操作指南",
|
|
|
+ "name": "操作指南",
|
|
|
"path": "pages/user/help",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"注销账号",
|
|
|
+ "name": "注销账号",
|
|
|
"path": "pages/user/logout",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"设置",
|
|
|
+ "name": "设置",
|
|
|
"path": "pages/user/setting",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"修改手机号",
|
|
|
+ "name": "修改手机号",
|
|
|
"path": "pages/user/phone",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "name":"意见反馈",
|
|
|
+ "name": "意见反馈",
|
|
|
"path": "pages/user/message",
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
@@ -172,76 +187,91 @@
|
|
|
"style": {
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
}
|
|
|
+ }, {
|
|
|
+ "path": "pages/article/article",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/article/newsNotice",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/article/articleDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/search/search",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/searchPile/searchPile",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/searchPile/stationAndPile/stationDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/searchPile/searchPileList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
- ,{
|
|
|
- "path" : "pages/article/article",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/article/newsNotice",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/article/articleDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/search/search",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/searchPile/searchPile",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/searchPile/stationAndPile/stationDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/searchPile/searchPileList",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ],
|
|
|
+ ],
|
|
|
"globalStyle": {
|
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
- "navigationBarTitleText": "智能充电系统",
|
|
|
- "enablePullDownRefresh": false
|
|
|
-
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
+ "navigationBarTitleText": "智能充电系统",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
+ // "tabBar": {
|
|
|
+ // "color": "#b3a8a8",
|
|
|
+ // "selectedColor": "#ff5e5e",
|
|
|
+ // "backgroundColor": "#FFFFFF",
|
|
|
+ // "borderStyle": "white",
|
|
|
+ // "list": [{
|
|
|
+ // "pagePath": "pages/index/index",
|
|
|
+ // "iconPath": "home-3-line",
|
|
|
+ // "selectedIconPath": "home-3-fill",
|
|
|
+ // "text": "主页"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/searchPile/searchPile",
|
|
|
+ // "iconPath": "road-map-line",
|
|
|
+ // "selectedIconPath": "road-map-line",
|
|
|
+ // "text": "找桩"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/user/index",
|
|
|
+ // "iconPath": "user-5-line",
|
|
|
+ // "selectedIconPath": "user-5-line",
|
|
|
+ // "text": "我的"
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
+
|
|
|
}
|