From 32b73014bcda840ad917764ac787a87361220566 Mon Sep 17 00:00:00 2001 From: zhangf <546558392@qq.com> Date: Thu, 9 Feb 2023 08:57:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20yunze-web-ui/src/utils/tools.js.=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9web=20=E7=AB=AF=E5=8A=A0=E5=AF=86key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangf <546558392@qq.com> --- yunze-web-ui/src/utils/tools.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yunze-web-ui/src/utils/tools.js b/yunze-web-ui/src/utils/tools.js index 3addffc..155c959 100644 --- a/yunze-web-ui/src/utils/tools.js +++ b/yunze-web-ui/src/utils/tools.js @@ -35,8 +35,8 @@ tools.hasResource=function(id){ // import qs from 'qs' tools.encrypt = function (data, key, iv) { - key = tools.Is_null(key) ? key : "shandong@yunze88"; - iv = tools.Is_null(iv) ? iv : "2021_08_26_11595"; + key = tools.Is_null(key) ? key : "YunZeIot@5iot.cn"; + iv = tools.Is_null(iv) ? iv : "www_5iot_cn@2022"; //window.//console.log(key.length) //console.log(key+" "+iv); //console.log(key+" = "+iv);