From 1ece40a1ff62508c88eea4d4cc736c4466951b2f Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 4 Jan 2023 16:09:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3node=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=A4=B4=E9=83=A8?= 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 0306918..f57b627 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -69,7 +69,7 @@ export default { getApps() { this.apps = config.apps this.$instance.post("/node/wechatapps/list", null, { - baseURL: "http://dvcp.sinoecare.net/", params: {size: 999, type: 'mp'}, withoutToken: true + 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 => {