|
@@ -6,7 +6,8 @@
|
|
"pages/user/user",
|
|
"pages/user/user",
|
|
"pages/index/bangdan/bangdan",
|
|
"pages/index/bangdan/bangdan",
|
|
"pages/details/details",
|
|
"pages/details/details",
|
|
- "pages/user/phoneLogin/phoneLogin"
|
|
|
|
|
|
+ "pages/user/phoneLogin/phoneLogin",
|
|
|
|
+ "pages/search/search"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"navigationBarTitleText": "喜马拉雅",
|
|
"navigationBarTitleText": "喜马拉雅",
|
|
@@ -15,33 +16,35 @@
|
|
"navigationBarTextStyle": "black"
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
},
|
|
"tabBar": {
|
|
"tabBar": {
|
|
- "color":"#cdcdcd",
|
|
|
|
|
|
+ "color": "#cdcdcd",
|
|
"selectedColor": "#ff520f",
|
|
"selectedColor": "#ff520f",
|
|
- "list": [{
|
|
|
|
- "pagePath": "pages/index/index",
|
|
|
|
- "text": "首页",
|
|
|
|
- "iconPath": "image/icon/home-icon.png",
|
|
|
|
- "selectedIconPath": "image/icon/home-selecticon.png"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/classification/classification",
|
|
|
|
- "text": "分类",
|
|
|
|
- "iconPath": "image/icon/fen-icon.png",
|
|
|
|
- "selectedIconPath": "image/icon/fen-selecticon.png"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/collection/collection",
|
|
|
|
- "text": "收藏",
|
|
|
|
- "iconPath": "image/icon/collection-icon.png",
|
|
|
|
- "selectedIconPath": "image/icon/collection-selecticon.png"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/user/user",
|
|
|
|
- "text": "我的",
|
|
|
|
- "iconPath": "image/icon/user-icon.png",
|
|
|
|
- "selectedIconPath": "image/icon/user-selecticon.png"
|
|
|
|
- }]
|
|
|
|
|
|
+ "list": [
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
|
+ "text": "首页",
|
|
|
|
+ "iconPath": "image/icon/home-icon.png",
|
|
|
|
+ "selectedIconPath": "image/icon/home-selecticon.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/classification/classification",
|
|
|
|
+ "text": "分类",
|
|
|
|
+ "iconPath": "image/icon/fen-icon.png",
|
|
|
|
+ "selectedIconPath": "image/icon/fen-selecticon.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/collection/collection",
|
|
|
|
+ "text": "收藏",
|
|
|
|
+ "iconPath": "image/icon/collection-icon.png",
|
|
|
|
+ "selectedIconPath": "image/icon/collection-selecticon.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "pagePath": "pages/user/user",
|
|
|
|
+ "text": "我的",
|
|
|
|
+ "iconPath": "image/icon/user-icon.png",
|
|
|
|
+ "selectedIconPath": "image/icon/user-selecticon.png"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
},
|
|
},
|
|
- "debug":true,
|
|
|
|
|
|
+ "debug": true,
|
|
"sitemapLocation": "sitemap.json"
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|
|
}
|