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/templates/zshare/pasteform/index.jsx |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/templates/zshare/pasteform/index.jsx b/src/templates/zshare/pasteform/index.jsx
index 2a9a5b4..72b17fe 100644
--- a/src/templates/zshare/pasteform/index.jsx
+++ b/src/templates/zshare/pasteform/index.jsx
@@ -39,21 +39,6 @@
           }
           try {
             _config = JSON.parse(window.decodeURIComponent(window.atob(_config)))
-
-            if (typeof(_config) === 'object' && _config.$srcId) {
-              let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
-              if (srcid && _config.$srcId !== srcid) {
-                notification.warning({
-                  top: 92,
-                  message: '褰撳墠绯荤粺鏃犳潈闄愪娇鐢ㄦ椤归厤缃紒',
-                  duration: 5
-                })
-
-                _config = ''
-              } else {
-                delete _config.$srcId
-              }
-            }
           } catch (e) {
             // 閫氳繃sql璇彞娣诲姞瀛楁闆�
             if (/[a-zA-Z0-9_]+\s+(nvarchar\(\d+\)|Decimal\(18,\d+\)|Int|datetime|date)/ig.test(values.config)) {

--
Gitblit v1.8.0