From 994e5e08cba4e6b9ce321b7cf5cb1ec8d19dfa22 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 12 四月 2022 17:50:21 +0800
Subject: [PATCH] 摄像机管理

---
 src/views/index/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/index/index.vue b/src/views/index/index.vue
index 2c7a273..909df1d 100644
--- a/src/views/index/index.vue
+++ b/src/views/index/index.vue
@@ -80,7 +80,7 @@
       <div
         class="productItem"
         v-for="(item, index) in productData1"
-        :key="index"
+        :key="index + '1'"
         :class="{ short: item.typeId == 4 || item.typeId == 1 }"
       >
         <productLeft :data="item"></productLeft>

--
Gitblit v1.8.0