Browse Source

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

吴树波 6 ngày trước cách đây
mục cha
commit
7e198e611c
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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.maAppList = []
       this.miniAppList = []
       this.miniAppList = []
       this.customAppList = []
       this.customAppList = []
-      const key = 'courseMa.config'
-      listAll(key).then(response => {
+      listAll().then(response => {
         const { code, data } = response
         const { code, data } = response
         if (code === 200) {
         if (code === 200) {
           if (data) {
           if (data) {