feat: 更新生产线配置并优化WebSocket连接
- 移除未使用的生产线组件和配置 - 添加WebSocket URL配置项 - 将WebSocket连接改为使用uni.connectSocket - 添加连接状态日志便于调试
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
module.exports = {
|
||||
// baseUrl: 'http://192.168.31.116:8080',
|
||||
baseUrl: 'http://140.143.206.120:8080',
|
||||
wsUrl: 'ws://140.143.206.120:18081',
|
||||
// baseUrl: 'http://localhost:8080',
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
|
||||
Reference in New Issue
Block a user