|
@@ -6,5 +6,6 @@ module.exports = merge(prodEnv, {
|
|
|
NODE_ENV: '"development"',
|
|
|
BASE_URL: '"http://192.168.20.215"', //测试iframe地址
|
|
|
SSO_SERVER: '"http://192.168.20.101:8004"' //测试环境
|
|
|
- // SSO_SERVER: '"http://sso.sagacloud.cn"' //正式环境
|
|
|
+ // SSO_SERVER: '"http://sso.sagacloud.cn"', //正式环境
|
|
|
+ // BASE_URL: '"http://mbi.sagacloud.cn"' //线上iframe地址
|
|
|
})
|