zhoujump преди 1 месец
родител
ревизия
39ada9a721
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/errorPage/401.vue
  2. 1 1
      src/views/errorPage/404.vue

+ 1 - 1
src/views/errorPage/401.vue

@@ -8,7 +8,7 @@
 
 <script>
 export default {
-  name: "404",
+  name: 'NotFound404',
   methods: {
     goHome() {
       this.$router.push({

+ 1 - 1
src/views/errorPage/404.vue

@@ -8,7 +8,7 @@
 
 <script>
 export default {
-  name: "404",
+  name: 'notAuth401',
   methods: {
     goHome() {
       this.$router.push({