From 2caaedd7c5be9134c0a5dfb722790a4567db8f65 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Mon, 21 Nov 2022 16:55:00 +0800 Subject: [PATCH] =?UTF-8?q?node=E6=9C=8D=E5=8A=A1=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= 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 7862707..64bda70 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -67,7 +67,7 @@ export default { }, getApps() { this.$instance.post("/node/wechatapps/list", null, { - baseURL: "http://192.168.1.87:12525", params: {size: 999, type: 'mp'}, withoutToken: true + baseURL: "http://dvcp.sinocare.net/", params: {size: 999, type: 'mp'}, withoutToken: true }).then(res => { if (res?.data) { this.apps = res.data.records.map(e => {