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