白白 1 год назад
Родитель
Сommit
d7e87d6091
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/404.vue

+ 1 - 1
src/views/404.vue

@@ -4,7 +4,7 @@
       <div style="width: 30%">
         <img src="@/image/seecoderLogo.png" alt="seecoder" style="width: 100%">
         <div style="font-size: 30px; text-align: center">找不到页面啦!</div>
-        <div style="font-size: 30px; text-align: center"><router-link to="/">返回主页</router-link></div>
+        <div style="font-size: 30px; text-align: center"><router-link to="/home">返回主页</router-link></div>
       </div>
     </div>
   </div>