|
@@ -4,14 +4,166 @@
|
|
},
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "name":"充电中",
|
|
|
|
|
|
+ "name":"流水统计",
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
|
|
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
//"navigationStyle": "custom" // 隐藏系统导航栏
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ {
|
|
|
|
+ "name":"登录",
|
|
|
|
+ "path": "pages/login/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"收益明细",
|
|
|
|
+ "path": "pages/detailed/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"收益详情",
|
|
|
|
+ "path": "pages/detailed/details",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"分润明细",
|
|
|
|
+ "path": "pages/share/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"分润详情",
|
|
|
|
+ "path": "pages/share/details",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"个人中心",
|
|
|
|
+ "path": "pages/user/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"关于我们",
|
|
|
|
+ "path": "pages/user/about",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"帮助中心",
|
|
|
|
+ "path": "pages/user/help",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"我被预约",
|
|
|
|
+ "path": "pages/appointment/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"预约单详情",
|
|
|
|
+ "path": "pages/appointment/details",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"提现",
|
|
|
|
+ "path": "pages/withdraw/index",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"提现记录",
|
|
|
|
+ "path": "pages/withdraw/record",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"申请结果",
|
|
|
|
+ "path": "pages/withdraw/result",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"我的站点",
|
|
|
|
+ "path": "pages/device/list",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"站点详情",
|
|
|
|
+ "path": "pages/device/details",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"充电桩设置",
|
|
|
|
+ "path": "pages/device/setting",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"电桩管理",
|
|
|
|
+ "path": "pages/device/admin",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"我的设备",
|
|
|
|
+ "path": "pages/device/myDevice",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name":"充电价格详情",
|
|
|
|
+ "path": "pages/device/price",
|
|
|
|
+ "style": {
|
|
|
|
+
|
|
|
|
+ //"navigationStyle": "custom" // 隐藏系统导航栏
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //***************************************旧项目的**************************************
|
|
{
|
|
{
|
|
"name":"登录",
|
|
"name":"登录",
|
|
"path": "pagesFinance/login/index",
|
|
"path": "pagesFinance/login/index",
|