Browse Source

修改新闻

lrf402788946 5 years ago
parent
commit
854c3ec713
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/master/notice/noticeright.vue

+ 1 - 1
src/layout/master/notice/noticeright.vue

@@ -10,7 +10,7 @@
       <span v-else-if="type === 'jobfair'">
         <jobfair :noticedetail="noticedetail"></jobfair>
       </span>
-      <span v-else-if="type === 'info'">
+      <span v-else-if="type === 'news'">
         <info :noticedetail="noticedetail"></info>
       </span>
     </el-row>