From d98690061cdc37542168efe8273247c75b48e8fa Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 12 Apr 2025 09:35:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=8F=A3=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/env.js b/common/env.js index 3255f25..e330bb4 100644 --- a/common/env.js +++ b/common/env.js @@ -3,7 +3,7 @@ let envMap = { apiHost: 'http://47.102.220.189:59089/api/omssvr', }, production: { - apiHost: 'https://api.sapp.tanex56.com/api/omssvr', + apiHost: 'https://api-sapp.tanex56.com/api/omssvr', } } let curEnvConf