mirror of https://github.com/halo-dev/halo
Update Installation.vue
parent
16b668cb61
commit
779b568660
|
@ -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