From 288d1a927ab2dd8a7a422bc6b8da524977fd9b2b Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 15 Apr 2025 12:29:21 +0800 Subject: [PATCH] uu --- common/env.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/env.js b/common/env.js index e330bb4..7131435 100644 --- a/common/env.js +++ b/common/env.js @@ -3,7 +3,8 @@ 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', + apiHost: 'https://api-sapp.jtrs56.com/api/omssvr', } } let curEnvConf