From fd5833671958309301de4cee1d48034e4305d7c6 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Thu, 24 Nov 2022 15:50:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=90=86=E5=9F=9F?= =?UTF-8?q?=E5=90=8D?= 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 64bda70..915550c 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://dvcp.sinocare.net/", params: {size: 999, type: 'mp'}, withoutToken: true + baseURL: "http://dvcp.sinoecare.net/", params: {size: 999, type: 'mp'}, withoutToken: true }).then(res => { if (res?.data) { this.apps = res.data.records.map(e => {