九山 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>