This commit is contained in:
2023-12-11 17:21:56 +08:00
parent c99b439226
commit 183540b8dd
3 changed files with 5 additions and 12 deletions

View File

@ -1,12 +1,4 @@
// var baseurl = "https://quanyidaojia.xinelu.cn";
var baseurl = "http://192.168.16.48:8088";
// 蒙
// var baseurl = "http://8.131.93.145:54088";
// 郝
// var baseurl = "http://8.131.93.145:54010";
// var baseurl = "http://192.168.16.76:8080";
// var baseurl = "http://192.168.16.212:8088";
var baseurl = "https://1608.xinelu.cn";
// var baseurl = "http://8.131.93.145:54011";
export default baseurl

View File

@ -1,4 +1,4 @@
var socketurl = "ws://8.131.93.145:54010/webSocket/"; //图文聊天
var socketurl = "wss://1608.xinelu.cn/webSocket/";
var dzsocketurl = "ws://112.6.122.71:8009/fd/webSocket/"; // SN码设备德州
var dysocketurl = "ws://218.58.213.15:8009/fd/webSocket/"; // SN码设备东营

View File

@ -309,6 +309,7 @@
},
sendout() {
const that = this
var content = JSON.parse(JSON.stringify(that.formData.content))
if (this.socketOpen == false) {
return
}
@ -327,7 +328,7 @@
if (res.code == 200) {
that.newsList.push({
senderName: that.currentItem.patientName,
content: that.formData.content,
content: content,
messageType: 1,
})
setTimeout(() => {