lrf402788946 4 years ago
parent
commit
f30c975797
1 changed files with 1 additions and 1 deletions
  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', '');