|
@@ -17,7 +17,7 @@ export default {
|
|
|
created () {
|
|
created () {
|
|
|
if (this.error.statusCode === 500 && this.error.message.indexOf('Loading chunk') === 0) {
|
|
if (this.error.statusCode === 500 && this.error.message.indexOf('Loading chunk') === 0) {
|
|
|
console.log('Loading chunk 26 failed')
|
|
console.log('Loading chunk 26 failed')
|
|
|
- this.$router.replace('/')
|
|
|
|
|
|
|
+ this.$router.redirect('/')
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
head () {
|
|
head () {
|