forked from mt-fe-group/mt-yd-ui
'update'
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user