From c84405c6752cefd03f6452fabc11f6ca4e69265c Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <1paneldev@sina.com> Date: Mon, 22 Dec 2025 18:48:38 +0800 Subject: [PATCH] fix: resolve issue with quick navigation failure in applications --- .../views/app-store/installed/app/card.vue | 4 --- .../views/app-store/installed/app/info.vue | 14 +++++------ .../src/views/app-store/installed/index.vue | 25 +------------------ 3 files changed, 7 insertions(+), 36 deletions(-) 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 @@ @@ -24,7 +22,7 @@ {{ 'http://' + defaultLink + ':' + installed.httpPort }} @@ -35,7 +33,7 @@ {{ 'https://' + defaultLink + ':' + installed.httpsPort }} @@ -43,7 +41,7 @@ @@ -69,7 +67,7 @@
- + {{ installed.webUI }}