lex-xin 3 år sedan
förälder
incheckning
e5ac26de30

+ 2 - 2
src/views/contentManager/contentOperation.vue

@@ -267,7 +267,7 @@
       <div class="sd-container">
         <h2>{{ dataInfo.title }}</h2>
         <div class="titleInfo">
-          <!-- <p>{{ dataInfo.tenantId == 2 ? '' : '大雅乐盟' }}</p> -->
+          <!-- <p>{{ dataInfo.tenantId == 2 ? '' : '管乐迷' }}</p> -->
           <p>{{ typeCheck(dataInfo.type) }}</p>
           <p>{{ dataInfo.updateTime }}</p>
         </div>
@@ -931,7 +931,7 @@ export default {
         4: '专项训练',
         7: '知识库'
       }
-      return params[type] ? params[type] : '大雅乐盟'
+      return params[type] ? params[type] : '管乐迷'
     },
     typeIndex (type) {
       let tempTitle = {

+ 1 - 1
src/views/contentManager/model/systemNotifyModel.vue

@@ -574,7 +574,7 @@ export default {
                 7: '知识库',
                 19: '系统通知',
             }
-            return params[type] ? params[type] : '大雅乐盟'
+            return params[type] ? params[type] : '管乐迷'
         },
         typeIndex (type) {
             let tempTitle = {