|
@@ -1,269 +1,294 @@
|
|
-{
|
|
|
|
- "easycom": {
|
|
|
|
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
- },
|
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
- {
|
|
|
|
- "name":"充电中",
|
|
|
|
- "path": "pages/index/index",
|
|
|
|
- "style": {
|
|
|
|
-
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name":"充电中",
|
|
|
|
- "path": "jpsoft",
|
|
|
|
- "style": {
|
|
|
|
-
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name":"充电",
|
|
|
|
- "path": "pages/charge/index",
|
|
|
|
- "style": {
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- {
|
|
|
|
- "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": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "充电中",
|
|
|
|
+ "path": "jpsoft",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "充电",
|
|
|
|
+ "path": "pages/charge/index",
|
|
|
|
+ "style": {
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+ "name": "切换充电桩",
|
|
"path": "pages/charge/switchCharge",
|
|
"path": "pages/charge/switchCharge",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"充电记录",
|
|
|
|
|
|
+ "name": "充电记录",
|
|
"path": "pages/charge/chargeList",
|
|
"path": "pages/charge/chargeList",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"充电详情",
|
|
|
|
|
|
+ "name": "充电详情",
|
|
"path": "pages/charge/chargeDetails",
|
|
"path": "pages/charge/chargeDetails",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"我的",
|
|
|
|
|
|
+ "name": "我的",
|
|
"path": "pages/user/index",
|
|
"path": "pages/user/index",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"余额充值",
|
|
|
|
|
|
+ "name": "余额充值",
|
|
"path": "pages/user/recharge",
|
|
"path": "pages/user/recharge",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
- },
|
|
|
|
-
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
{
|
|
{
|
|
- "name":"充值记录",
|
|
|
|
|
|
+ "name": "充值记录",
|
|
"path": "pages/user/rechargeList",
|
|
"path": "pages/user/rechargeList",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
- },{
|
|
|
|
- "name":"充值详情",
|
|
|
|
|
|
+ }, {
|
|
|
|
+ "name": "充值详情",
|
|
"path": "pages/user/rechargeDeatils",
|
|
"path": "pages/user/rechargeDeatils",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"登录",
|
|
|
|
|
|
+ "name": "登录",
|
|
"path": "pages/index/none",
|
|
"path": "pages/index/none",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"登录",
|
|
|
|
|
|
+ "name": "登录",
|
|
"path": "pages/login/index",
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"style": {
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"登录",
|
|
|
|
|
|
+ "name": "登录",
|
|
"path": "pagesFinance/login/index",
|
|
"path": "pagesFinance/login/index",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"收益明细",
|
|
|
|
|
|
+ "name": "收益明细",
|
|
"path": "pagesFinance/detailed/index",
|
|
"path": "pagesFinance/detailed/index",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"收益详情",
|
|
|
|
|
|
+ "name": "收益详情",
|
|
"path": "pagesFinance/detailed/details",
|
|
"path": "pagesFinance/detailed/details",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name":"分润明细",
|
|
|
|
- "path": "pagesFinance/share/index",
|
|
|
|
- "style": {
|
|
|
|
-
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name":"分润详情",
|
|
|
|
- "path": "pagesFinance/share/details",
|
|
|
|
- "style": {
|
|
|
|
-
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"收益统计",
|
|
|
|
|
|
+ "name": "分润明细",
|
|
|
|
+ "path": "pagesFinance/share/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "分润详情",
|
|
|
|
+ "path": "pagesFinance/share/details",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "收益统计",
|
|
"path": "pagesFinance/statistics/index",
|
|
"path": "pagesFinance/statistics/index",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"个人中心",
|
|
|
|
|
|
+ "name": "个人中心",
|
|
"path": "pagesFinance/user/index",
|
|
"path": "pagesFinance/user/index",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"提现",
|
|
|
|
|
|
+ "name": "提现",
|
|
"path": "pagesFinance/user/withdraw",
|
|
"path": "pagesFinance/user/withdraw",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"提现记录",
|
|
|
|
|
|
+ "name": "提现记录",
|
|
"path": "pagesFinance/user/withdrawRecord",
|
|
"path": "pagesFinance/user/withdrawRecord",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"申请结果",
|
|
|
|
|
|
+ "name": "申请结果",
|
|
"path": "pagesFinance/user/applyResult",
|
|
"path": "pagesFinance/user/applyResult",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "申请结果",
|
|
|
|
+ "path": "pagesFinance/user/chargingDetails",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name":"申请结果",
|
|
|
|
- "path": "pagesFinance/user/chargingDetails",
|
|
|
|
- "style": {
|
|
|
|
-
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
{
|
|
{
|
|
- "name":"帮助中心",
|
|
|
|
|
|
+ "name": "帮助中心",
|
|
"path": "pagesFinance/user/help",
|
|
"path": "pagesFinance/user/help",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"关于我们",
|
|
|
|
|
|
+ "name": "关于我们",
|
|
"path": "pagesFinance/user/about",
|
|
"path": "pagesFinance/user/about",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"我的设备",
|
|
|
|
|
|
+ "name": "我的设备",
|
|
"path": "pagesFinance/user/deviceList",
|
|
"path": "pagesFinance/user/deviceList",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
- },
|
|
|
|
- {
|
|
|
|
- "name":"我的站点",
|
|
|
|
- "path": "pagesFinance/user/stationsList",
|
|
|
|
- "style": {
|
|
|
|
-
|
|
|
|
- //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "我的站点",
|
|
|
|
+ "path": "pagesFinance/user/stationsList",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
{
|
|
{
|
|
- "name":"设备详情",
|
|
|
|
|
|
+ "name": "设备详情",
|
|
"path": "pagesFinance/user/deviceDetails",
|
|
"path": "pagesFinance/user/deviceDetails",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"电桩管理",
|
|
|
|
|
|
+ "name": "电桩管理",
|
|
"path": "pagesFinance/user/pileManagement",
|
|
"path": "pagesFinance/user/pileManagement",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"充电枪设置",
|
|
|
|
|
|
+ "name": "充电枪设置",
|
|
"path": "pagesFinance/user/myPile",
|
|
"path": "pagesFinance/user/myPile",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"我被预约",
|
|
|
|
|
|
+ "name": "我被预约",
|
|
"path": "pagesFinance/preengaged/preengaged",
|
|
"path": "pagesFinance/preengaged/preengaged",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "name":"预约单详情",
|
|
|
|
|
|
+ "name": "预约单详情",
|
|
"path": "pagesFinance/preengaged/preengagedListDetails",
|
|
"path": "pagesFinance/preengaged/preengagedListDetails",
|
|
"style": {
|
|
"style": {
|
|
-
|
|
|
|
|
|
+
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
- ],
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ , {
|
|
|
|
+ "name": "申请开票记录",
|
|
|
|
+ "path": "pagesFinance/recordOfInvoice/recordOfInvoice",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "申请详情",
|
|
|
|
+ "path": "pagesFinance/recordOfInvoice/applicationDetails",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "发票预览",
|
|
|
|
+ "path": "pagesFinance/recordOfInvoice/invoicePreview",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
- "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
- "navigationBarTitleText": "智能充电系统",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
-
|
|
|
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
+ "navigationBarTitleText": "智能充电系统",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|