lrf402788946 4 년 전
부모
커밋
854f7ccd99
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/index/mainData.vue

+ 1 - 1
src/layout/index/mainData.vue

@@ -69,7 +69,7 @@ export default {
     getLocaltion(data) {
       if (data.subid) {
         return _.get(this.classInfo, 'jslocation', '');
-      } else if (data.subname.includes('报') || data.subname.includes('开班')) {
+      } else if (data.subname.includes('报') || data.subname.includes('开班')) {
         return _.get(this.classInfo, 'kbyslocation', '');
       } else if (data.subname.includes('拓展')) {
         return _.get(this.classInfo, 'kzjhlocation', '');