From 5a65f7ba2c24cd8fed3ac1a2f1b31d50cefeb8c5 Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Wed, 14 Jun 2023 16:38:05 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E6=9B=B4=E6=8D=A2=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.js b/config/index.js index 94a83db..9e3704f 100644 --- a/config/index.js +++ b/config/index.js @@ -1,4 +1,4 @@ -const isPro = false +const isPro = true export default { imgUrl: 'http://store-admin.nhet.cloud:8080/jeecg-boot/sys/common/static/', apiUrl: isPro ? 'http://store-admin.nhet.cloud:8080/jeecg-boot' : 'http://store-admin.nhet.cloud:8080/jeecg-boot',