Compare commits
5 Commits
zhangkaihu
...
zhangkaihu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
391d477f82 | ||
|
|
96680bfd6e | ||
|
|
89d24216e5 | ||
|
|
9b79836cb4 | ||
|
|
92408fb1a0 |
@@ -91,9 +91,10 @@ 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=setWsUrl(`/ws/text/${token}`)
|
||||
// const wsUrl = `ws://frp.feashow.cn:31800/ws/text/${token}`
|
||||
// const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}`
|
||||
const wsUrl = `ws://192.168.1.71:88/ws/text/${token}`
|
||||
socket = new WebSocket(wsUrl)
|
||||
// 2. ws.send()给服务器发送信息
|
||||
//连接发生错误的回调方法
|
||||
|
||||
Reference in New Issue
Block a user