shilipojs 2 лет назад
Родитель
Сommit
e5acf2cc24
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/index/components/index-card-subject-query.vue

+ 2 - 2
src/views/index/components/index-card-subject-query.vue

@@ -25,11 +25,11 @@ export default {
       list: [{
         src: `${this.$imgBase}index/login/banner_query_major@2x.png`,
         path: '/career/subject/subjectChoice',
-        title: '由科目选专业'
+        // title: '由科目选专业'
       }, {
         src: `${this.$imgBase}index/login/banner_query_group@2x.png`,
         path: '/career/subject/majorChoice',
-        title: '由专业选科目'
+        // title: '由专业选科目'
       }]
     }
   },