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}))