From bf772e586c29b4858366dbad143b1eaeca3c46ed Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 四月 2020 10:18:09 +0800 Subject: [PATCH] 2020-04-17 --- src/tabviews/managetable/secretKeyTable/actionList/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/managetable/secretKeyTable/actionList/index.jsx b/src/tabviews/managetable/secretKeyTable/actionList/index.jsx index d50430e..67f2847 100644 --- a/src/tabviews/managetable/secretKeyTable/actionList/index.jsx +++ b/src/tabviews/managetable/secretKeyTable/actionList/index.jsx @@ -170,7 +170,7 @@ ] } - let _number = Math.floor(Math.random() * 10) + let _number = Math.floor(Math.random() * 10) let keyString = window.btoa(window.encodeURIComponent(JSON.stringify(datalist))) let regular = refCodes[_number] keyString = keyString.replace(new RegExp(regular.char, 'g'), regular.md5str) -- Gitblit v1.8.0