lrf402788946 hace 4 años
padre
commit
854f7ccd99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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', '');