Sfoglia il codice sorgente

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

吴树波 6 giorni fa
parent
commit
7e198e611c
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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) {