From 779b56866076bccedbcf14d2122d935ee72289f0 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sat, 1 Jun 2019 16:55:15 +0800 Subject: [PATCH] Update Installation.vue --- src/views/system/Installation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/Installation.vue b/src/views/system/Installation.vue index 35aae80b2..c64042b51 100644 --- a/src/views/system/Installation.vue +++ b/src/views/system/Installation.vue @@ -255,7 +255,7 @@ export default { methods: { verifyIsInstall() { optionApi.listAll(this.keys).then(response => { - if(response.data.data.is_installed){ + if (response.data.data.is_installed) { this.$router.push({ name: 'Login' }) } })