diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index 361388f..fbfa1bc 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -29,14 +29,14 @@ return { list : [ { - "selectedIconPath": "/static/image/tabbar/2.png", - "iconPath": "/static/image/tabbar/1.png", + "selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/5cc4afa9-e951-4503-95c8-c0332a8f5db9.png", + "iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/9caa43b2-8389-4945-8b71-9b49bca2d634.png", "pagePath": "/pages/index/index", "title": "打卡" }, { - "selectedIconPath": "/static/image/tabbar/4.png", - "iconPath": "/static/image/tabbar/3.png", + "selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/62bc1e85-24b3-4f72-a31d-4caad77590e9.png", + "iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/6b9c937e-487c-4552-8140-dad098d7f16e.png", "pagePath": "/pages/index/center", "title": "我的" } @@ -59,7 +59,7 @@