From 4f49a8ce3aacc08209553aff697be785ae5f2e47 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/pages/home.vue | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/pages/home.vue b/src/pages/home.vue index 4cc6290..7f07d57 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -68,18 +68,6 @@ export default { }, getApps() { this.apps = config.apps.map(e => ({...e, path: e.libPath})) - this.$instance.post("/node/wechatapps/list", null, { - baseURL: "http://192.168.1.87:12525/", params: {size: 999, type: 'mp'}, withoutToken: true - }).then(res => { - if (res?.data) { - this.apps = res.data.records.map(e => { - if (/\/project\//.test(e.libPath)) { - e.project = e.libPath.replace(/.*project\/([^\/]+)\/.+/, '$1') - } - return {...e, path: e.libPath} - }) - } - }) }, }, onShow() {