From d20fcd6ad28a534d763273c48381cdc36ff2891f Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期六, 19 四月 2025 17:25:44 +0800 Subject: [PATCH] fix:对接监控视频 --- src/screen/flow.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/screen/flow.vue b/src/screen/flow.vue index d8e80dc..03c0a0c 100644 --- a/src/screen/flow.vue +++ b/src/screen/flow.vue @@ -21,7 +21,7 @@ <div class="content"> <router-view></router-view> <div class="warningBox" v-if="openWarn"> - <img src="@/assets/images/flow/warn-icon.png"> + <img src="@/assets/images/flow/warn-icon.png" alt=""> <div class="text">{{text}}</div> </div> </div> -- Gitblit v1.9.3