|
@@ -21,6 +21,10 @@ export default {
|
|
|
...config,
|
|
|
ossUrl: 'https://bladex-test-info.oss-cn-chengdu.aliyuncs.com', //oss地址
|
|
|
socket: 'wss://business.hcxxy.com/wss/websocket/', //测试线上
|
|
|
+
|
|
|
+ //这里不再支持配置请求地址,请在 src/config/index.json 文件中配置。
|
|
|
+ //相关参数,可查阅 src/config/index.md 文件说明
|
|
|
+
|
|
|
//target: 'http://47.110.251.215:8090', //测试线上
|
|
|
//target: 'http://127.0.0.1:8090', //打包线上
|
|
|
}
|