|
@@ -22,18 +22,11 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "path": "pages/mine-page/index",
|
|
|
|
|
|
|
+ "path": "pages/mine/index",
|
|
|
"style": {
|
|
"style": {
|
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- "path": "pages/personal-card/index",
|
|
|
|
|
- "style": {
|
|
|
|
|
- "navigationBarTitleText": "个人名片",
|
|
|
|
|
- "navigationStyle": "default"
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
"path": "pages/login/index",
|
|
"path": "pages/login/index",
|
|
|
"style": {
|
|
"style": {
|
|
@@ -60,6 +53,25 @@
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "root": "pages-mine",
|
|
|
|
|
+ "pages": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "personal-card/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "个人名片",
|
|
|
|
|
+ "navigationStyle": "default"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "path": "points-rule/index",
|
|
|
|
|
+ "style": {
|
|
|
|
|
+ "navigationBarTitleText": "个人名片",
|
|
|
|
|
+ "navigationStyle": "default"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"root": "pages-task",
|
|
"root": "pages-task",
|
|
|
"pages": [
|
|
"pages": [
|
|
@@ -131,7 +143,7 @@
|
|
|
"text": "资讯"
|
|
"text": "资讯"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- "pagePath": "pages/mine-page/index",
|
|
|
|
|
|
|
+ "pagePath": "pages/mine/index",
|
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
|
"selectedIconPath": "static/images/tabbar/mineAct.png",
|
|
"selectedIconPath": "static/images/tabbar/mineAct.png",
|
|
|
"text": "我的"
|
|
"text": "我的"
|