mirror of https://github.com/halo-dev/halo-admin
Update Installation.vue
parent
c4804a2161
commit
e17697e0d1
|
@ -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' })
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue