|
@@ -1,7 +1,7 @@
|
|
|
'use strict'
|
|
|
module.exports = {
|
|
|
NODE_ENV: '"production"',
|
|
|
- BASE_URL: '"http://localhost"', //线上iframe地址
|
|
|
+ BASE_URL: '"http://mbi.sagacloud.cn"', //线上iframe地址
|
|
|
UPLOAD_URL: '"http://prod.dp.sagacloud.cn:28888"', //上传地址
|
|
|
// BASE_URL: '"http://172.16.0.181"', //测试环境iframe的地址/
|
|
|
// UPLOAD_URL: '"http://192.168.20.225:8080"', //上传地址
|