From 1816674ddfd62cfd6b7f0d4f0438f258e3f0db87 Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Wed, 14 Jun 2023 16:39:07 +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 9e3704f..94a83db 100644 --- a/config/index.js +++ b/config/index.js @@ -1,4 +1,4 @@ -const isPro = true +const isPro = false 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',