|
|
@@ -0,0 +1,61 @@
|
|
|
+{
|
|
|
+ "pages": [
|
|
|
+ "pages/main/main",
|
|
|
+ "pages/activity/activity",
|
|
|
+ "pages/myFollow/myFollow",
|
|
|
+ "pages/publisher/publisher",
|
|
|
+ "pages/publisherPage/publisherPage",
|
|
|
+ "pages/publisherLogin/publisherLogin",
|
|
|
+ "pages/activityPublish/activityPublish",
|
|
|
+ "pages/user/user",
|
|
|
+ "pages/message/message",
|
|
|
+ "pages/search/search",
|
|
|
+ "pages/myQuestion/myQuestion",
|
|
|
+ "pages/receivedQuestion/receivedQuestion",
|
|
|
+ "pages/publisherInfoChange/publisherInfoChange",
|
|
|
+ "pages/aboutUs/aboutUs",
|
|
|
+ "pages/opinion/opinion",
|
|
|
+ "pages/myPublish/myPublish",
|
|
|
+ "pages/administratorSetting/administratorSetting"
|
|
|
+ ],
|
|
|
+ "window": {
|
|
|
+ "backgroundTextStyle": "light",
|
|
|
+ "navigationBarBackgroundColor": "#303f9f",
|
|
|
+ "navigationBarTitleText": "汇听",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ },
|
|
|
+ "style": "v2",
|
|
|
+ "sitemapLocation": "sitemap.json",
|
|
|
+ "tabBar": {
|
|
|
+ "selectedColor": "#303f9f",
|
|
|
+ "backgroundColor": "#F5F5F5",
|
|
|
+ "color": "#707070",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/main/main",
|
|
|
+ "text": "首页",
|
|
|
+ "iconPath": "images/tabbar/1.1.png",
|
|
|
+ "selectedIconPath": "images/tabbar/1.2.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/search/search",
|
|
|
+ "text": "搜索",
|
|
|
+ "iconPath": "images/tabbar/2.1.png",
|
|
|
+ "selectedIconPath": "images/tabbar/2.2.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/message/message",
|
|
|
+ "text": "消息",
|
|
|
+ "iconPath": "images/tabbar/3.1.png",
|
|
|
+ "selectedIconPath": "images/tabbar/3.2.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/user/user",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "images/tabbar/4.1.png",
|
|
|
+ "selectedIconPath": "images/tabbar/4.2.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|