|
|
@@ -5,8 +5,8 @@ const prodEnv = require('./prod.env')
|
|
|
module.exports = merge(prodEnv, {
|
|
|
NODE_ENV: '"testing"',
|
|
|
ENV_CONFIG: '"test"',
|
|
|
- BASE_URL: '"http://proxy.517game.site:6100"',//测试服务器
|
|
|
- // BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
|
|
|
+ // BASE_URL: '"http://proxy.517game.site:6100"',//测试服务器
|
|
|
+ BASE_URL: '"https://test.baoxianzhanggui.com/web-api"',//测试服务器
|
|
|
// BASE_URL: '"http://192.168.0.115:8080"',
|
|
|
APP_BASE_URL: '"https://test.baoxianzhanggui.com/web-api"', // app打包上传地址
|
|
|
CONSOLE_BASE_URL: '"https://test.baoxianzhanggui.com/console-api"' //控制台测试服务器
|