syh 5 éve
szülő
commit
42f4650313
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/errorPage.vue

+ 1 - 1
src/views/errorPage.vue

@@ -4,7 +4,7 @@
       <img src="https://gw.alipayobjects.com/zos/rmsportal/RVRUAYdCGeYNBWoKiIwB.svg"/>
     </div>
     <div class="content">
-      <h1>{{title}}</h1>
+      <h1>异常信息</h1>
       <div class="desc">{{desc}}</div>
       <div class="action">
         <a-button type="primary" @click="handleToHome">返回登录</a-button>