prod.env.js 248 B

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