瀏覽代碼

try to fix seo

lushuncheng 5 年之前
父節點
當前提交
bfd6b9787a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/job/index.vue

+ 2 - 2
pages/job/index.vue

@@ -131,7 +131,7 @@
           <BottomBanner></BottomBanner>
         </div>
       </div>
-      <SeoFooter style="" :data="footer" />
+      <SeoFooter style :data="footer" />
     </div>
     <div v-else class="jobListMobile">
       <div class="topSelect">
@@ -276,8 +276,8 @@ export default {
     }
     return {
       selected: selected,
+      footer: footer,
       ...ans,
-      ...footer,
     };
   },
   data() {