九山 3 年 前
コミット
1f1933fdb6
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/404.vue

+ 1 - 1
src/views/404.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="frame">
     
-    <h1>页面找不到了</h1>
+    <h1 style="font-size: 100px;">404</h1>
     <el-button @click="goIndex" type="success">返回首页</el-button>
   </div>
 </template>