From 68fa266189cafb8ffc84e73ac27a5da9702c1439 Mon Sep 17 00:00:00 2001 From: yuanye Date: Tue, 16 Mar 2021 17:18:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AD=A3=E5=BC=8F=E6=9C=8D?= =?UTF-8?q?=E5=8B=99=E5=99=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/environments/environment.prod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index f52c06f..726b1dc 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,5 +1,5 @@ export const environment = { production: true, - baseUrl: 'https://www.hr0817.cn/crest/', // 正式环境服务器地址(请求数据地址) - imageUrl: 'https://www.hr0817.cn/filesystem/', + baseUrl: 'https://hsgcs.dctpay.com/brest/', // 正式环境服务器地址(请求数据地址) + imageUrl: 'https://hsgcs.dctpay.com/filesystem/', };