This commit is contained in:
Čarodej
2022-04-27 16:30:48 +02:00
parent 08ee6567bc
commit 68d1e2e60b
8 changed files with 16 additions and 23 deletions

View File

@@ -247,7 +247,8 @@ export default {
)
if (writeCheck && modulesCheck && iniCheck && this.apiRunning && this.phpVersion.acceptable) {
this.$router.push({ name: 'PurchaseCode' })
//this.$router.push({ name: 'PurchaseCode' })
this.$router.push({ name: 'Database' })
} else {
this.isError = true
}