Explorar el Código

公司设置看课小程序选择源修改

吴树波 hace 6 días
padre
commit
7e198e611c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/his/company/index.vue

+ 1 - 2
src/views/his/company/index.vue

@@ -834,8 +834,7 @@ export default {
       this.maAppList = []
       this.miniAppList = []
       this.customAppList = []
-      const key = 'courseMa.config'
-      listAll(key).then(response => {
+      listAll().then(response => {
         const { code, data } = response
         if (code === 200) {
           if (data) {