瀏覽代碼

页面更新

guhongwei 5 年之前
父節點
當前提交
ef0a0b954d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/fail.vue

+ 5 - 0
src/views/fail.vue

@@ -10,6 +10,11 @@
 
 <script>
 export default {
+  metaInfo() {
+    return {
+      title: this.siteTitle ? this.siteTitle : '页面加载失败',
+    };
+  },
   name: 'fail',
   props: {},
   components: {},