From b91c28df2f734b680198e755b7828666e238cea0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 21 六月 2024 16:43:44 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/components/pasteboard/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/pasteboard/index.jsx b/src/components/pasteboard/index.jsx
index aae3fa1..c7a79a1 100644
--- a/src/components/pasteboard/index.jsx
+++ b/src/components/pasteboard/index.jsx
@@ -46,7 +46,7 @@
       _config = JSON.parse(window.decodeURIComponent(window.atob(_config)))
 
       if (typeof(_config) === 'object' && _config.$srcId) {
-        let srcid = localStorage.getItem(window.location.href.split('#')[0] + 'srcId')
+        let srcid = localStorage.getItem(window.GLOB.sysSign + 'srcId')
         if (srcid && _config.$srcId !== srcid) {
           notification.warning({
             top: 92,

--
Gitblit v1.8.0