From 5733fc7e386a51217ba6d07e272ca8bd95045abc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2025 10:14:35 +0800 Subject: [PATCH] Merge branch 'develop' --- src/components/pasteboard/index.jsx | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/src/components/pasteboard/index.jsx b/src/components/pasteboard/index.jsx index 66c00c4..d71d82a 100644 --- a/src/components/pasteboard/index.jsx +++ b/src/components/pasteboard/index.jsx @@ -44,21 +44,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(config)) { -- Gitblit v1.8.0