|
@@ -51,13 +51,13 @@
|
|
|
"backgroundColor": "#ffffff", // tab 的背景色
|
|
"backgroundColor": "#ffffff", // tab 的背景色
|
|
|
"list": [{ // 最少2个、最多5个 tab
|
|
"list": [{ // 最少2个、最多5个 tab
|
|
|
"pagePath": "pages/index/index", // 页面路径,必须在 pages 中先定义
|
|
"pagePath": "pages/index/index", // 页面路径,必须在 pages 中先定义
|
|
|
- "iconPath": "static/medical_services@2x.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
|
|
|
|
|
- "selectedIconPath": "static/medical_services.png", // 选中时的图片路径
|
|
|
|
|
|
|
+ "iconPath": "static/medical_services.svg", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
|
|
|
|
|
+ "selectedIconPath": "static/medical_service.svg", // 选中时的图片路径
|
|
|
"text": "应急处理" // tab 上按钮文字
|
|
"text": "应急处理" // tab 上按钮文字
|
|
|
}, {
|
|
}, {
|
|
|
"pagePath": "pages/leave/index",
|
|
"pagePath": "pages/leave/index",
|
|
|
- "iconPath": "static/schedule@2x.png",
|
|
|
|
|
- "selectedIconPath": "static/schedule@2x.png",
|
|
|
|
|
|
|
+ "iconPath": "static/schedule (2).svg",
|
|
|
|
|
+ "selectedIconPath": "static/schedule.svg",
|
|
|
"text": "请假管理"
|
|
"text": "请假管理"
|
|
|
}]
|
|
}]
|
|
|
}
|
|
}
|