fix: 修改工单列表和详情字段显示

This commit is contained in:
dj
2024-11-24 22:02:01 +08:00
parent 1c530ad640
commit 1e4433c2a9
6 changed files with 155 additions and 99 deletions

View File

@@ -92,7 +92,8 @@ const handleShowDeadLine=(recordObj,data)=>{
const initWebSocket = () => {
try {
// const wsUrl=setWsUrl(`/ws/text/${token}`)
const wsUrl = `ws://frp.feashow.cn:31800/ws/text/${token}`
// const wsUrl = `ws://frp.feashow.cn:31800/ws/text/${token}`
const wsUrl = `ws://192.168.1.71:88/ws/text/${token}`
// const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}`
socket = new WebSocket(wsUrl)
// 2. ws.send()给服务器发送信息