12345678 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- // BASE_URL: '"http://192.168.20.215"', //测试iframe地址
- // SSO_SERVER: '"http://192.168.20.101:8004"' //测试环境
- BASE_URL: '"http://mbi.sagacloud.cn"', //线上iframe地址
- SSO_SERVER: '"http://sso.sagacloud.cn"' //正式环境
- }
|