|
@@ -52,8 +52,6 @@
|
|
|
"root": "loginPages",
|
|
"root": "loginPages",
|
|
|
"pages": [
|
|
"pages": [
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
{
|
|
{
|
|
|
"path": "login/bind-account",
|
|
"path": "login/bind-account",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -82,13 +80,6 @@
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
-// {
|
|
|
|
|
-// "path": "login/login-real-name-auth",
|
|
|
|
|
-// "style": {
|
|
|
|
|
-// "navigationBarTitleText": "实名认证",
|
|
|
|
|
-// "enablePullDownRefresh": false
|
|
|
|
|
-// }
|
|
|
|
|
-// },
|
|
|
|
|
{
|
|
{
|
|
|
"path": "login/retrieve-account",
|
|
"path": "login/retrieve-account",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -314,6 +305,27 @@
|
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "familyCard/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "亲情卡",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "familyCard/giveFamilyCard",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "赠送亲情卡",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "familyCard/UnbindFamilyCard",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "亲情卡详情",
|
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"path": "aboutOur/index",
|
|
"path": "aboutOur/index",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -398,12 +410,6 @@
|
|
|
"iconPath": "/static/tabBar/index.png",
|
|
"iconPath": "/static/tabBar/index.png",
|
|
|
"text": "首页"
|
|
"text": "首页"
|
|
|
},
|
|
},
|
|
|
-// {
|
|
|
|
|
-// "pagePath": "pages/orderMeal/index"
|
|
|
|
|
-// },
|
|
|
|
|
-// {
|
|
|
|
|
-// "pagePath": "pages/qrCode/index"
|
|
|
|
|
-// },
|
|
|
|
|
{
|
|
{
|
|
|
"pagePath": "pages/order/index",
|
|
"pagePath": "pages/order/index",
|
|
|
"selectedIconPath": "/static/tabBar/order_cur.png",
|
|
"selectedIconPath": "/static/tabBar/order_cur.png",
|
|
@@ -423,7 +429,6 @@
|
|
|
"navigationBarTitleText": "加载中",
|
|
"navigationBarTitleText": "加载中",
|
|
|
"navigationBarBackgroundColor": "#FFE05C",
|
|
"navigationBarBackgroundColor": "#FFE05C",
|
|
|
"backgroundColor": "#FFE05C"
|
|
"backgroundColor": "#FFE05C"
|
|
|
- // "titleNView": false
|
|
|
|
|
},
|
|
},
|
|
|
"uniIdRouter": {}
|
|
"uniIdRouter": {}
|
|
|
}
|
|
}
|