Fix launch app says failed on web ui
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user