From 6bd5b9af6a9da0b9277ba68346655d9f3a02c3ae Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 4 Jul 2025 12:53:36 +0800 Subject: [PATCH] refactor: update icon URL handling in ApplicationResourceIndex.vue --- .../system-resource-management/ApplicationResourceIndex.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/views/system-resource-management/ApplicationResourceIndex.vue b/ui/src/views/system-resource-management/ApplicationResourceIndex.vue index 8fcfb1efe..33eb423f6 100644 --- a/ui/src/views/system-resource-management/ApplicationResourceIndex.vue +++ b/ui/src/views/system-resource-management/ApplicationResourceIndex.vue @@ -57,7 +57,7 @@ style="background: none" class="mr-8" > - + @@ -232,7 +232,7 @@ import {onMounted, ref, reactive, computed} from 'vue' import ApplicationResourceApi from '@/api/system-resource-management/application' import {t} from '@/locales' -import {isAppIcon} from '@/utils/common' +import {isAppIcon, resetUrl} from '@/utils/common' import useStore from '@/stores' import {datetimeFormat} from '@/utils/time' import {loadPermissionApi} from "@/utils/dynamics-api/permission-api.ts";