Explorar o código

修改404跳转到home

画安 hai 1 semana
pai
achega
edb348b522
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/NotFound.vue

+ 1 - 1
src/views/NotFound.vue

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