From e9412b31edcaf5a1aecd109b71f85b6435bb49cb Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 20 May 2022 10:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=9B=E9=80=89=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home.vue b/src/pages/home.vue index 9e2ae58..25054a0 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -69,7 +69,7 @@ export default { }, getApps() { this.$instance.post("/node/wechatapps/list", null, { - baseURL: "http://192.168.1.87:12525", params: {size: 999} + baseURL: "http://192.168.1.87:12525", params: {size: 999,type:'mp'} }).then(res => { if (res?.data) { this.apps = res.data.records.map(e => ({...e, path: e.libPath}))