From 966781ea4db82f45152d86f959a81aa65118a183 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 31 Dec 2024 18:48:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/MenuItem.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/layout/components/MenuItem.vue b/core/core-frontend/src/layout/components/MenuItem.vue index 3c819e377f..e77b01a017 100644 --- a/core/core-frontend/src/layout/components/MenuItem.vue +++ b/core/core-frontend/src/layout/components/MenuItem.vue @@ -21,6 +21,8 @@ import icon_msg_fill from '@/assets/svg/icon_msg_fill.svg' import icon_free from '@/assets/svg/icon_free.svg' import icon_security from '@/assets/svg/icon_security.svg' import icon_webhook from '@/assets/svg/icon_webhook.svg' +import icon_template from '@/assets/svg/icon_template.svg' +import log from '@/assets/svg/log.svg' const iconMap = { appearance: appearance, @@ -42,7 +44,9 @@ const iconMap = { org: org, peoples: peoples, report: report, - sync: sync + sync: sync, + icon_template, + log } const titleWithIcon = props => {