From ab28c7bc9534a63bee420ba22751a50cb70782c0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 09 一月 2025 14:40:06 +0800
Subject: [PATCH] 2025-01-09

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

diff --git a/src/menu/components/share/copycomponent/index.jsx b/src/menu/components/share/copycomponent/index.jsx
index 3cebc71..529ca0c 100644
--- a/src/menu/components/share/copycomponent/index.jsx
+++ b/src/menu/components/share/copycomponent/index.jsx
@@ -55,13 +55,6 @@
     this.transConfig(_val, type)
 
     try {
-      delete _val.$srcId
-    
-      let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
-      if (srcid) {
-        _val.$srcId = srcid
-      }
-
       _val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
     } catch (e) {
       console.warn(e)

--
Gitblit v1.8.0