From 61acaba492b15623e9533223bb7321819ac93356 Mon Sep 17 00:00:00 2001 From: yml Date: Fri, 5 Jun 2026 20:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=20Bell=20=E5=9B=BE=E6=A0=87=E6=9B=BF=E6=8D=A2=E4=B8=8D?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=20Megaphone=20=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/layouts/AppLayout.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/layouts/AppLayout.vue b/frontend/src/layouts/AppLayout.vue index 83ca78b..3c4e09f 100644 --- a/frontend/src/layouts/AppLayout.vue +++ b/frontend/src/layouts/AppLayout.vue @@ -4,6 +4,7 @@ import { useRouter } from "vue-router"; import { ElMessage } from "element-plus"; import { ArrowDown, + Bell, ChatDotRound, CirclePlus, Coin, @@ -12,7 +13,6 @@ import { Finished, House, InfoFilled, - Megaphone, Search, Service, Shop, @@ -34,7 +34,7 @@ const navItems = [ { label: "我的订单", to: "/orders", icon: Tickets }, { label: "消息", to: "/messages", icon: ChatDotRound }, { label: "钱包", to: "/wallet", icon: Wallet }, - { label: "公告", to: "/announcements", icon: Megaphone }, + { label: "公告", to: "/announcements", icon: Bell }, ]; const buyerServiceItems = [ { label: "待支付", icon: Coin, to: { path: "/orders", query: { tab: "pending_payment" } } },