From e505de307c76995ccf6c0e68f18bd2d6ca28a530 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Mar 2023 09:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=AF=E5=8A=A8=E7=AD=96?= =?UTF-8?q?=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 8 -------- 1 file changed, 8 deletions(-) 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) - } - }) }, }, }