|
|
@@ -0,0 +1,44 @@
|
|
|
+{
|
|
|
+ "pages":[
|
|
|
+ "pages/index/index",
|
|
|
+ "pages/logs/logs"
|
|
|
+ ],
|
|
|
+ "window":{
|
|
|
+ "backgroundTextStyle":"light",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "navigationBarTitleText": "中科院期刊平台",
|
|
|
+ "navigationBarTextStyle":"black"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#666666",
|
|
|
+ "selectedColor": "#3780CD",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "text": "刊群导览",
|
|
|
+ "iconPath": "pages/images/1.png",
|
|
|
+ "selectedIconPath": "pages/images/1-1.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/logs/logs",
|
|
|
+ "text": "学术交流",
|
|
|
+ "iconPath": "pages/images/2.png",
|
|
|
+ "selectedIconPath": "pages/images/2-2.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/logs/logs",
|
|
|
+ "text": "刊群导览",
|
|
|
+ "iconPath": "pages/images/3.png",
|
|
|
+ "selectedIconPath": "pages/images/3-3.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/logs/logs",
|
|
|
+ "text": "我的",
|
|
|
+ "iconPath": "pages/images/4.png",
|
|
|
+ "selectedIconPath": "pages/images/4-4.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "style": "v2",
|
|
|
+ "sitemapLocation": "sitemap.json"
|
|
|
+}
|