From bc9dca588ebdfd6568edf3e43d74f3a59d17f2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Thu, 19 Jun 2025 15:27:14 +0800 Subject: [PATCH] =?UTF-8?q?testforge=20=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ssrUrl.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ssrUrl.js b/src/ssrUrl.js index df1d4b10e..05df5203e 100644 --- a/src/ssrUrl.js +++ b/src/ssrUrl.js @@ -1,5 +1,4 @@ -// export const url = process.env.NODE_ENV === 'production' ? 'https://www.gitlink.org.cn' : 'https://testforgeplus.trustie.net' -export const url = process.env.NODE_ENV === 'production' ? 'https://www.gitlink.org.cn' : 'http://172.20.32.201:4000/' +export const url = process.env.NODE_ENV === 'production' ? 'https://www.gitlink.org.cn' : 'https://testforgeplus.trustie.net' export const zoneUrl = process.env.NODE_ENV === 'production' ? 'https://gateway.gitlink.org.cn' : 'https://testgetway.trustie.net' export const host = process.env.NODE_ENV === 'production' ? 'www.gitlink.org.cn' : 'testforgeplus.trustie.net'