|
@@ -15,6 +15,26 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "path": "pages/travel/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "境外旅游"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/labour/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "境外旅游"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/travel/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "产品详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"path": "pages/profile/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的"
|
|
@@ -34,6 +54,18 @@
|
|
|
"text": "首页"
|
|
|
},
|
|
|
{
|
|
|
+ "pagePath": "pages/travel/index",
|
|
|
+ "iconPath": "static/img/tabbar_home.png",
|
|
|
+ "selectedIconPath": "static/img/tabbar_home_selected.png",
|
|
|
+ "text": "境外旅游"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/labour/index",
|
|
|
+ "iconPath": "static/img/tabbar_home.png",
|
|
|
+ "selectedIconPath": "static/img/tabbar_home_selected.png",
|
|
|
+ "text": "出国劳务"
|
|
|
+ },
|
|
|
+ {
|
|
|
"pagePath": "pages/profile/index",
|
|
|
"iconPath": "static/img/tabbar_profile.png",
|
|
|
"selectedIconPath": "static/img/tabbar_profile_selected.png",
|