From f505575f6a239a17bc7413bb5bcc628beb6bcb1a Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 24 Dec 2024 16:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9API=20=E8=B7=AF=E7=94=B1:=20`?= =?UTF-8?q?/api/v1`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index d5860dc..b442a7a 100644 --- a/src/config.js +++ b/src/config.js @@ -9,7 +9,7 @@ // export const API_HOST = 'http://202.103.68.144:8889/v2'; // export const WS_URL = 'ws://202.103.68.144:8889'; // export const EMAIL_HOST = 'http://202.103.68.231:888/service-mail'; -export const WAI_HOST = 'http://202.103.68.93:3031/wai-server/v1'; +export const WAI_HOST = 'http://202.103.68.93:3031/api/v1'; export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attatchment'; // 邮件附件 // prod: export const EMAIL_HOST = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail';