Parcourir la source

'图片查看服务地址修改'

zhangyu il y a 5 ans
Parent
commit
d606d07f55
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      config/prod.env.js

+ 3 - 2
config/prod.env.js

@@ -1,9 +1,10 @@
 'use strict'
 module.exports = {
     NODE_ENV: '"production"',
-    BASE_URL: '"http://192.168.20.236"', //测试iframe地址
+    BASE_URL: '"http://192.168.20.215"', //测试iframe地址
     SSO_SERVER: '"http://192.168.20.235:8081"', //测试环境
-    // // SSO_SERVER: '"http://192.168.20.236:8086"', //(新)测试环境
+    // BASE_URL: '"http://192.168.20.236"', //(新)测试iframe地址
+    // SSO_SERVER: '"http://192.168.20.236:8086"', //(新)测试环境
     MQTT_SERVICE: '"ws://192.168.20.225:61614/stomp/"' //MQ测试环境地址
     // BASE_URL: '"http://mbi.sagacloud.cn"', //线上iframe地址
     // SSO_SERVER: '"http://sso.sagacloud.cn"',  //正式环境