From ef44f671b9b9ecdb3d95c1d8ff606e51c38843fc Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 28 十月 2024 13:42:50 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/layout/navBars/tagsView/contextmenu.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layout/navBars/tagsView/contextmenu.vue b/src/layout/navBars/tagsView/contextmenu.vue
index 92a228d..ecd79ac 100644
--- a/src/layout/navBars/tagsView/contextmenu.vue
+++ b/src/layout/navBars/tagsView/contextmenu.vue
@@ -30,7 +30,7 @@
 </template>
 
 <script setup lang="ts" name="layoutTagsViewContextmenu">
-import { computed, reactive, onMounted, onUnmounted, watch } from 'vue';
+import { computed, onMounted, onUnmounted, reactive, watch } from 'vue';
 
 // 瀹氫箟鐖剁粍浠朵紶杩囨潵鐨勫��
 const props = defineProps({
@@ -60,7 +60,7 @@
 			contextMenuClickId: 4,
 			txt: 'message.tagsView.fullscreen',
 			affix: false,
-			icon: 'iconfont icon-fullscreen',
+			icon: 'myiconfont icon-fullscreen',
 		},
 	],
 	item: {},

--
Gitblit v1.9.3