浏览代码

Merge branch 'master' of git.sagacloud.cn:web/ibms

zhangyu 5 年之前
父节点
当前提交
7a96ce3f3f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js

@@ -2,6 +2,6 @@
 module.exports = {
 module.exports = {
     NODE_ENV: '"production"',
     NODE_ENV: '"production"',
     BASE_URL: '"http://172.16.0.239"', //线上iframe地址
     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"'  //正式环境
 }
 }