From 253fbcbdd06f6354e857a8e1e47ddf116459df42 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 10 二月 2023 17:43:58 +0800
Subject: [PATCH] 2023-02-10

---
 src/menu/components/share/markcomponent/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/share/markcomponent/index.jsx b/src/menu/components/share/markcomponent/index.jsx
index ae293fe..53a2a73 100644
--- a/src/menu/components/share/markcomponent/index.jsx
+++ b/src/menu/components/share/markcomponent/index.jsx
@@ -265,6 +265,9 @@
       if (item.signType && item.signType[0] === 'icon') {
         item.signType = [item.signType[0] + item.signType[1], item.signType[2], item.signType[3]]
       }
+      if (!item.uuid) {
+        item.uuid = Utils.getuuid()
+      }
       return item
     })
 

--
Gitblit v1.8.0