feat: 摄像头验证码绑定检查 && 视觉分析URL动态获取

This commit is contained in:
rainv123
2026-02-03 11:52:22 +08:00
parent 005dc55db3
commit 85a83727fd
4 changed files with 64 additions and 21 deletions
+4
View File
@@ -168,6 +168,10 @@
<input type="text" id="serverUrl" value="" readonly disabled
placeholder="填写OTA地址后,点击拨号按钮自动连接" />
</div>
<div class="input-group">
<label for="visionUrl">视觉分析地址:</label>
<input type="text" id="visionUrl" value="" readonly disabled placeholder="成功建立ws连接后自动获取" />
</div>
</div>
</div>