mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
Implemented setup wizard server check functionality
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
...mapGetters(['config']),
|
||||
},
|
||||
mounted() {
|
||||
if (this.config.installation === 'setup-done')
|
||||
let status = this.$root.$data.config.installation
|
||||
|
||||
if (status && status === 'setup-done')
|
||||
this.$router.push({name: 'SignIn'})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user