|
@@ -42,31 +42,31 @@
|
|
|
"color": "#DEDFE3",
|
|
|
"selectedColor": "white",
|
|
|
"borderStyle": "black",
|
|
|
- "backgroundColor": "#062E5E",
|
|
|
+ "backgroundColor": "#004C90",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/index/Index",
|
|
|
-/* "iconPath": "static/logo1.png",
|
|
|
- "selectedIconPath": "static/logo.png", */
|
|
|
+ "iconPath": "static/picture/indexGray.png",
|
|
|
+ "selectedIconPath": "static/picture/index.png",
|
|
|
"text": "监视"
|
|
|
}, {
|
|
|
"pagePath": "pages/analysis/Analysis",
|
|
|
-/* "iconPath": "static/logo1.png",
|
|
|
- "selectedIconPath": "static/logo.png", */
|
|
|
+ "iconPath": "static/picture/analysisGray.png",
|
|
|
+ "selectedIconPath": "static/picture/analysis.png",
|
|
|
"text": "分析"
|
|
|
}, {
|
|
|
"pagePath": "pages/forecast/Forecast",
|
|
|
-/* "iconPath": "static/logo1.png",
|
|
|
- "selectedIconPath": "static/logo.png", */
|
|
|
+ "iconPath": "static/picture/forecastGray.png",
|
|
|
+ "selectedIconPath": "static/picture/forecast.png",
|
|
|
"text": "预测"
|
|
|
}, {
|
|
|
"pagePath": "pages/task/Task",
|
|
|
-/* "iconPath": "static/logo1.png",
|
|
|
- "selectedIconPath": "static/logo.png", */
|
|
|
+ "iconPath": "static/picture/taskGray.png",
|
|
|
+ "selectedIconPath": "static/picture/task.png",
|
|
|
"text": "任务"
|
|
|
},{
|
|
|
"pagePath": "pages/mine/Mine",
|
|
|
-/* "iconPath": "static/logo1.png",
|
|
|
- "selectedIconPath": "static/logo.png", */
|
|
|
+ "iconPath": "static/picture/mineGray.png",
|
|
|
+ "selectedIconPath": "static/picture/mine.png",
|
|
|
"text": "我"
|
|
|
}]
|
|
|
}
|