소스 검색

开发ing

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({