浏览代码

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