Przeglądaj źródła

修改404跳转到home

画安 1 tydzień temu
rodzic
commit
edb348b522
1 zmienionych plików z 1 dodań i 1 usunięć
  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');
     }
   }
 }