@@ -20,7 +20,7 @@ export default {
name: 'NotFound',
methods: {
goBack() {
- this.$router.push('/login');
+ this.$router.push('/home');
}