From dbcc700e995d8c1ce2a3bea4c23c9b0d23c1e65d Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 21 十月 2025 11:32:51 +0800
Subject: [PATCH] 第一次点击后不可再点击
---
UI-Project/src/views/Caching/cachingun.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/Caching/cachingun.vue b/UI-Project/src/views/Caching/cachingun.vue
index c003ce2..128830a 100644
--- a/UI-Project/src/views/Caching/cachingun.vue
+++ b/UI-Project/src/views/Caching/cachingun.vue
@@ -405,7 +405,7 @@
</div>
</el-card>
<div class="awatch">
- <img src="../../assets/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;margin-top: 5px;position: relative;">
+ <img src="/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;margin-top: 5px;position: relative;">
<div style="position: relative; width: 500px;height: 95px;margin-top: -227px;margin-left: 615px;">
<div
v-for="(rect, index) in adjustedRects"
--
Gitblit v1.8.0