Browse Source

开发ing

zhoujump 1 tháng trước cách đây
mục cha
commit
39ada9a721
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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({