From dfdcdcb3dbd0b711bc0b77bb00fd1d39af91bd0b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 10 一月 2025 17:43:34 +0800
Subject: [PATCH] 2025-01-10

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

diff --git a/src/menu/components/share/actioncomponent/dragaction/index.jsx b/src/menu/components/share/actioncomponent/dragaction/index.jsx
index cab1425..f0ba685 100644
--- a/src/menu/components/share/actioncomponent/dragaction/index.jsx
+++ b/src/menu/components/share/actioncomponent/dragaction/index.jsx
@@ -72,13 +72,6 @@
     copycard.uuid = Utils.getuuid()
 
     try {
-      delete _val.$srcId
-    
-      let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId')
-      if (srcid) {
-        _val.$srcId = srcid
-      }
-      
       _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
     } catch (e) {
       console.warn('Stringify Failure')

--
Gitblit v1.8.0