diff --git a/src/App.vue b/src/App.vue index 5979fe95..47a545b4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,14 +55,6 @@ export default { }, getApps() { this.setApps(config.apps) - this.$http.post("/node/wechatapps/list", null, { - withoutToken: true, - params: {size: 999, type: 'wxwork'} - }).then(res => { - if (res?.data) { - this.setApps(res.data.records) - } - }) }, }, }