@@ -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) {