Sfoglia il codice sorgente

修改404跳转到home

画安 1 settimana fa
parent
commit
edb348b522
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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');
     }
   }
 }