This commit is contained in:
Fanzink
2022-12-13 21:00:49 +08:00
parent a5a4f93328
commit 23b7b85b39
30 changed files with 269 additions and 54 deletions

View File

@@ -7,6 +7,7 @@
<div class="btn-bar">
<el-button @click="$router.go(-1)">{{ $t('notFound.back') }}</el-button>
<el-button type="primary" @click="$router.push({ name: 'home' })">{{ $t('notFound.home') }}</el-button>
<!-- <el-button type="primary" @click="$router.push({ name: 'sys-log-login' })">{{ $t('notFound.home') }}</el-button> -->
</div>
</div>
</div>

View File

@@ -199,8 +199,8 @@ export default {
}
})
// this.$router.replace({ name: 'home' })
this.$router.replace({ name: 'sys-log-login' })
this.$router.replace({ name: 'home' })
// this.$router.replace({ name: 'sys-log-login' })
})
.catch(err => {
this.$message({