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 @@ - + +