Browse Source

线上地址

zhulizhen1111 5 years ago
parent
commit
70cc7a3a23
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/prod.env.js

+ 2 - 2
config/prod.env.js

@@ -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"'  //正式环境
 }