|
@@ -2,6 +2,6 @@
|
|
|
module.exports = {
|
|
|
NODE_ENV: '"production"',
|
|
|
BASE_URL: '"http://172.16.0.239"', //线上iframe地址
|
|
|
- SSO_SERVER: '"http://192.168.20.101:8004"' //测试环境
|
|
|
- // SSO_SERVER: '"http://sso.sagacloud.cn"' //正式环境
|
|
|
+ // SSO_SERVER: '"http://192.168.20.101:8004"' //测试环境
|
|
|
+ SSO_SERVER: '"http://sso.sagacloud.cn"' //正式环境
|
|
|
}
|