浏览代码

返回首页

CzRger 2 周之前
父节点
当前提交
d0b48b246f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/global/temp/404.vue

+ 3 - 0
src/views/global/temp/404.vue

@@ -4,6 +4,9 @@
       <div class="error-code animate-float">404</div>
       <h1 class="title">页面迷路了...</h1>
       <p class="description">您寻找的页面可能已经去度假了</p>
+      <a-button type="primary" @click="$router.push({ name: 'root' })"
+        >返回首页</a-button
+      >
     </div>
   </div>
 </template>