修复:使用 Bell 图标替换不存在的 Megaphone 图标

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yml
2026-06-05 20:40:41 +08:00
co-authored by Claude Opus 4.6
parent 28b6e326e8
commit 61acaba492
+2 -2
View File
@@ -4,6 +4,7 @@ import { useRouter } from "vue-router";
import { ElMessage } from "element-plus"; import { ElMessage } from "element-plus";
import { import {
ArrowDown, ArrowDown,
Bell,
ChatDotRound, ChatDotRound,
CirclePlus, CirclePlus,
Coin, Coin,
@@ -12,7 +13,6 @@ import {
Finished, Finished,
House, House,
InfoFilled, InfoFilled,
Megaphone,
Search, Search,
Service, Service,
Shop, Shop,
@@ -34,7 +34,7 @@ const navItems = [
{ label: "我的订单", to: "/orders", icon: Tickets }, { label: "我的订单", to: "/orders", icon: Tickets },
{ label: "消息", to: "/messages", icon: ChatDotRound }, { label: "消息", to: "/messages", icon: ChatDotRound },
{ label: "钱包", to: "/wallet", icon: Wallet }, { label: "钱包", to: "/wallet", icon: Wallet },
{ label: "公告", to: "/announcements", icon: Megaphone }, { label: "公告", to: "/announcements", icon: Bell },
]; ];
const buyerServiceItems = [ const buyerServiceItems = [
{ label: "待支付", icon: Coin, to: { path: "/orders", query: { tab: "pending_payment" } } }, { label: "待支付", icon: Coin, to: { path: "/orders", query: { tab: "pending_payment" } } },