Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop

# Conflicts:
#	src/api/socket.js
This commit is contained in:
yanghang
2025-07-02 11:06:53 +08:00
447 changed files with 1287 additions and 15 deletions
+2 -5
View File
@@ -1,7 +1,4 @@
import { goto_login_fun } from '@/api/request'
export default class WebSocketUtil {
import { goto_login_fun } from '@/api/requestexport default class WebSocketUtil {
/**
* WebSocket工具类,用于管理WebSocket连接
* @param {string} url - WebSocket服务器地址
@@ -200,7 +197,7 @@ export default class WebSocketUtil {
} else {
console.error('达到最大重连次数停止尝试');
this.triggerEvent('error', new Error('达到最大重连次数'));
goto_login_fun()
goto_login_fun()
}
}