diff --git a/src_assets/common/assets/web/apps.html b/src_assets/common/assets/web/apps.html index ea0324a0..5cb4cbc7 100644 --- a/src_assets/common/assets/web/apps.html +++ b/src_assets/common/assets/web/apps.html @@ -484,7 +484,7 @@ }) .then(r => r.json()) .then(r => { - if (r.status == "true") { + if (r.status) { alert(this.$t('apps.launch_success')); } else { alert(this.$t('apps.launch_failed') + r.error);