From 1424bd59f250fd3b5cc316711054a4756c8d47fe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 一月 2025 11:00:48 +0800
Subject: [PATCH] Merge branch 'positec' into dms
---
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 a90eb21..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.GLOB.sysSign + 'srcId')
- if (srcid) {
- _val.$srcId = srcid
- }
-
_val = window.btoa(window.encodeURIComponent(JSON.stringify(_val)))
} catch (e) {
console.warn('Stringify Failure')
--
Gitblit v1.8.0