diff --git a/src/pages.json b/src/pages.json index 09b4e83..4ff14d8 100644 --- a/src/pages.json +++ b/src/pages.json @@ -534,8 +534,8 @@ }, { "pagePath": "pages/report", - "iconPath": "static/images/tabbar/work.png", - "selectedIconPath": "static/images/tabbar/work_.png", + "iconPath": "static/images/tabbar/report.png", + "selectedIconPath": "static/images/tabbar/report_.png", "text": "报表" }, { diff --git a/src/static/images/tabbar/report.png b/src/static/images/tabbar/report.png new file mode 100644 index 0000000..504c27e Binary files /dev/null and b/src/static/images/tabbar/report.png differ diff --git a/src/static/images/tabbar/report_.png b/src/static/images/tabbar/report_.png new file mode 100644 index 0000000..a59f1dd Binary files /dev/null and b/src/static/images/tabbar/report_.png differ