Fix launch app says failed on web ui
This commit is contained in:
@@ -484,7 +484,7 @@
|
|||||||
})
|
})
|
||||||
.then(r => r.json())
|
.then(r => r.json())
|
||||||
.then(r => {
|
.then(r => {
|
||||||
if (r.status == "true") {
|
if (r.status) {
|
||||||
alert(this.$t('apps.launch_success'));
|
alert(this.$t('apps.launch_success'));
|
||||||
} else {
|
} else {
|
||||||
alert(this.$t('apps.launch_failed') + r.error);
|
alert(this.$t('apps.launch_failed') + r.error);
|
||||||
|
|||||||
Reference in New Issue
Block a user