From 586991eff52b68310b96a50cd34f6adb166c1c0a Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 6 Feb 2025 09:54:11 +0800 Subject: [PATCH] =?UTF-8?q?conf:=20=E9=82=AE=E4=BB=B6=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= 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 43fee66..9d36563 100644 --- a/src/config.js +++ b/src/config.js @@ -14,7 +14,7 @@ export const WAI_HOST = 'http://47.254.53.81/api/v1'; // 美国服务器 // export const WAI_HOST = 'http://localhost:3031/api/v1'; // 美国服务器 export const WAI_SERVER_KEY = 'G-STR:WAI_SERVER' -export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attatchment'; // 邮件附件 +export const EMAIL_ATTA_HOST = 'https://p9axztuwd7x8a7.mycht.cn/attachment'; // 邮件附件 // prod: // export const WAI_HOST = 'https://wai-server-qq4qmtq7wc9he4.mycht.cn/api/v1'; export const EMAIL_HOST = 'https://p9axztuwd7x8a7.mycht.cn/mail-server/service-mail';