diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue
index 513ac2837..23aac8b27 100644
--- a/frontend/src/components/app-status/index.vue
+++ b/frontend/src/components/app-status/index.vue
@@ -136,9 +136,6 @@ const goRouter = async (key: string) => {
const onCheck = async () => {
await CheckAppInstalled(key.value, name.value)
.then((res) => {
- if (res.data.appInstallId === 0) {
- return;
- }
data.value = res.data;
em('isExist', res.data);
operateReq.installId = res.data.appInstallId;
diff --git a/frontend/src/views/app-store/apps/index.vue b/frontend/src/views/app-store/apps/index.vue
index 0acfbebd2..a44839cb8 100644
--- a/frontend/src/views/app-store/apps/index.vue
+++ b/frontend/src/views/app-store/apps/index.vue
@@ -40,7 +40,9 @@
- {{ $t('app.syncAppList') }}
+
+ {{ $t('app.syncAppList') }}
+
@@ -60,12 +62,14 @@
-
-
+
@@ -81,7 +85,7 @@
plain
round
size="small"
- @click="getAppDetail(app.key)"
+ @click="openInstall(app)"
:disabled="app.status === 'TakeDown'"
>
{{ $t('app.install') }}
@@ -124,7 +128,8 @@
-
+
+