lrf402788946 4 лет назад
Родитель
Сommit
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', '');