dusenyao 3 роки тому
батько
коміт
e553771d3d

+ 1 - 0
src/store/modules/app.js

@@ -23,6 +23,7 @@ const getDefaultSate = () => {
       title: isHas ? token.title : '',
       logo_image_url: isHas ? token.logo_image_url : '',
       logo_image_url_home: isHas ? token.logo_image_url_home : '',
+      title_icon_url: isHas ? token.title_icon_url : '',
       sys_type: isHas ? token.sys_type : ''
     }
   };

+ 1 - 0
src/views/main/curricula_list/teacher.vue

@@ -142,6 +142,7 @@ export default {
         finish_status: this.finish_status,
         name: this.search,
         page_capacity: this.page_capacity,
+        release_status: 1,
         cur_page: this.cur_page
       }).then(({ course_list, total_count }) => {
         this.courseList = course_list;