diff --git a/ui/src/views/system-resource-management/ToolResourceIndex.vue b/ui/src/views/system-resource-management/ToolResourceIndex.vue
index e455eca6e..7d01d2c0c 100644
--- a/ui/src/views/system-resource-management/ToolResourceIndex.vue
+++ b/ui/src/views/system-resource-management/ToolResourceIndex.vue
@@ -57,7 +57,7 @@
style="background: none"
class="mr-8"
>
-
+
@@ -165,7 +165,7 @@
import { onMounted, ref, reactive, computed } from 'vue'
import ToolResourceApi from '@/api/system-resource-management/tool'
import { t } from '@/locales'
-import { isAppIcon } from '@/utils/common'
+import {isAppIcon, resetUrl} from '@/utils/common'
import { ToolType } from '@/enums/tool'
import useStore from '@/stores'
import { datetimeFormat } from '@/utils/time'
diff --git a/ui/src/views/tool/toolStore/ToolCard.vue b/ui/src/views/tool/toolStore/ToolCard.vue
index 4914e6e49..47d82965d 100644
--- a/ui/src/views/tool/toolStore/ToolCard.vue
+++ b/ui/src/views/tool/toolStore/ToolCard.vue
@@ -2,7 +2,7 @@
-
+
@@ -29,7 +29,7 @@