mirror of https://github.com/halo-dev/halo-admin
Update Installation.vue
parent
c4804a2161
commit
e17697e0d1
|
@ -255,7 +255,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
verifyIsInstall() {
|
verifyIsInstall() {
|
||||||
optionApi.listAll(this.keys).then(response => {
|
optionApi.listAll(this.keys).then(response => {
|
||||||
if(response.data.data.is_installed){
|
if (response.data.data.is_installed) {
|
||||||
this.$router.push({ name: 'Login' })
|
this.$router.push({ name: 'Login' })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue