九山 пре 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>