|
@@ -12,7 +12,8 @@
|
|
"pages/item/item",
|
|
"pages/item/item",
|
|
"pages/auth/auth",
|
|
"pages/auth/auth",
|
|
"pages/search/search",
|
|
"pages/search/search",
|
|
- "pages/attention/attention"
|
|
|
|
|
|
+ "pages/attention/attention",
|
|
|
|
+ "pages/login/login"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
@@ -49,6 +50,12 @@
|
|
"iconPath": "images/tabBar004.png",
|
|
"iconPath": "images/tabBar004.png",
|
|
"pagePath": "pages/me/me",
|
|
"pagePath": "pages/me/me",
|
|
"text": "我的"
|
|
"text": "我的"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "selectedIconPath": "images/tabBar014.png",
|
|
|
|
+ "iconPath": "images/tabBar004.png",
|
|
|
|
+ "pagePath": "pages/login/login",
|
|
|
|
+ "text": "login"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|