feat: 更新生产线配置并优化WebSocket连接

- 移除未使用的生产线组件和配置
- 添加WebSocket URL配置项
- 将WebSocket连接改为使用uni.connectSocket
- 添加连接状态日志便于调试
This commit is contained in:
砂糖
2026-01-15 15:08:12 +08:00
parent dd94606e86
commit 166afcb959
5 changed files with 25 additions and 14 deletions

View File

@@ -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: {