Explorar el Código

修改404跳转到home

画安 hace 1 semana
padre
commit
edb348b522
Se han modificado 1 ficheros con 1 adiciones y 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');
     }
   }
 }