From df7f97406cb4aa0c48674aaee42f0146eddbc200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8D=9A=E6=96=87?= <1179111926@qq.com> Date: Fri, 2 Sep 2022 17:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=802?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/url.ts b/src/utils/url.ts index 2992565..be3c9f0 100755 --- a/src/utils/url.ts +++ b/src/utils/url.ts @@ -2,7 +2,7 @@ const env = { dev: 'https://testxgd.educoder.net', build: window.location.origin === 'http://47.111.130.18:56841' - ? '' + ? 'https://testxgd.educoder.net' : 'http://localhost:48982', }; console.log('当前环境:', process.env.NODE_ENV);