diff --git a/frontend/src/views/app-store/installed/app/card.vue b/frontend/src/views/app-store/installed/app/card.vue
index 4f472abed..3f520cbe2 100644
--- a/frontend/src/views/app-store/installed/app/card.vue
+++ b/frontend/src/views/app-store/installed/app/card.vue
@@ -28,8 +28,6 @@
@@ -65,8 +63,6 @@ defineEmits([
'openTerminal',
'openOperate',
'favoriteInstall',
- 'openLink',
- 'toLink',
'jumpToPath',
'ignoreApp',
'toContainer',
diff --git a/frontend/src/views/app-store/installed/app/info.vue b/frontend/src/views/app-store/installed/app/info.vue
index 5549e9a31..da3c84843 100644
--- a/frontend/src/views/app-store/installed/app/info.vue
+++ b/frontend/src/views/app-store/installed/app/info.vue
@@ -13,9 +13,7 @@
-
- {{ $t('app.toLink') }}
-
+ {{ $t('app.toLink') }}
@@ -24,7 +22,7 @@
{{ 'http://' + defaultLink + ':' + installed.httpPort }}
@@ -35,7 +33,7 @@
{{ 'https://' + defaultLink + ':' + installed.httpsPort }}
@@ -43,7 +41,7 @@
|
-
+
{{ installed.webUI }}
|
@@ -69,7 +67,7 @@