Update Installation.vue

pull/25/head
ruibaby 2019-06-01 16:55:15 +08:00
parent c4804a2161
commit e17697e0d1
1 changed files with 1 additions and 1 deletions

View File

@ -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' })
}
})