|
@@ -45,6 +45,7 @@ export default {
|
|
|
// 报表设计器地址(cloud端口为8108,boot端口为80)
|
|
|
reportUrl: 'http://localhost:8108/ureport',
|
|
|
// WebSocket 任务消息
|
|
|
- socket: 'ws://127.0.0.1:5399/websocket/manager/',
|
|
|
+ //socket: 'ws://127.0.0.1:5399/websocket/manager/',
|
|
|
+ socket: 'wss://business.hcxxy.com/wss/websocket/manager/', //线上
|
|
|
|
|
|
}
|