lrf402788946 hace 5 años
padre
commit
d3846acf1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/index/index.vue

+ 1 - 1
src/views/index/index.vue

@@ -110,7 +110,7 @@ export default {
   }),
   metaInfo() {
     return {
-      title: this.siteTitle,
+      title: this.siteTitle ? this.siteTitle : '就业信息网',
     };
   },
   async created() {