From 139ff5fcc98ea4fd05fd91015af85f94e8d78b48 Mon Sep 17 00:00:00 2001 From: xiaohanzi Date: Wed, 29 Sep 2021 11:01:56 +0800 Subject: [PATCH] fix config --- config/dev.env.js | 2 +- config/prod.env.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index 2865e58..fc45f5c 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,6 +5,6 @@ module.exports = merge(prodEnv, { NODE_ENV: '"development"', // BASE_API: '" https://easy-mock.com/mock/5a5ee345dec01f1bea369aee"', // BASE_API: '"http://10.209.96.72:8080/"', - BASE_API: '"http://localhost:8080/"', + BASE_API: '"http://fmneupostest.malls.iformall.com/:18080/"', // BASE_API: '"http://ota.neusoft.com:28080/"'//阿里测试服务器 }) diff --git a/config/prod.env.js b/config/prod.env.js index fba01a8..baea921 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,6 +1,6 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://47.93.28.53:8080/"', - BASE_API: '"http://ota.neusoft.com/"' + BASE_API: '"http://fmneupos.malls.iformall.com:18080/"' // BASE_API: '"http://ota.neusoft.com:28080/"'//阿里测试服务器 }