prod.env.js 317 B

12345678
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // BASE_URL: '"http://192.168.20.215"', //测试iframe地址
  5. // SSO_SERVER: '"http://192.168.20.101:8004"' //测试环境
  6. BASE_URL: '"http://mbi.sagacloud.cn"', //线上iframe地址
  7. SSO_SERVER: '"http://sso.sagacloud.cn"' //正式环境
  8. }