Browse Source

页面更新

guhongwei 5 years ago
parent
commit
ef0a0b954d
1 changed files with 5 additions and 0 deletions
  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: {},