优化宇视摄像头

This commit is contained in:
zc
2026-03-24 14:58:30 +08:00
parent 443ee0038b
commit 57ba3a72b8
6 changed files with 448 additions and 2 deletions

View File

@@ -161,7 +161,7 @@
<!-- 错误状态 -->
<div v-if="weighingPageStatus === 'error'" class="video-overlay error">
<icon-close-circle-fill style="color: #ff4d4f; font-size: 24px;" />
<span>状态异常</span>
<span>连接异常</span>
<a-button size="small" type="primary" @click="enterWeighPage">重试</a-button>
</div>
<!-- 加载状态 -->