From 3d5b2129130d798efdef94e7ac144b88b4ff3414 Mon Sep 17 00:00:00 2001 From: huangjin <1603612708@qq.com> Date: Tue, 3 Dec 2024 21:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20grailed=5Fconfig.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 域名更换eworldtrade.shop更换为aworldtrade.shop --- grailed_config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grailed_config.js b/grailed_config.js index f4935cc..e5269ba 100644 --- a/grailed_config.js +++ b/grailed_config.js @@ -8,10 +8,10 @@ export const HOST_MAP = { lang: 'uk-gb', urlProtocol: 'https://', wsProtocol: 'wss://', - host: 'www.eworldtrade.shop', + host: 'www.aworldtrade.shop', appContextPath: '/app-api', adminContextPath: '/admin-api', - chatUrl: 'https://chat.eworldtrade.shop', + chatUrl: 'https://chat.aworldtrade.shop', }, '192.168.0.127': { @@ -21,7 +21,7 @@ export const HOST_MAP = { host: '192.168.0.127:48080', appContextPath: '/app-api', adminContextPath: '/admin-api', - chatUrl: 'https://chat.eworldtrade.shop', + chatUrl: 'https://chat.aworldtrade.shop', }, 'localhost': { @@ -31,7 +31,7 @@ export const HOST_MAP = { host: 'localhost:48080', appContextPath: '/app-api', adminContextPath: '/admin-api', - chatUrl: 'https://chat.eworldtrade.shop', + chatUrl: 'https://chat.aworldtrade.shop', }, 'new1-www.appsflyer.wiki': {