update yunze-web-ui/src/utils/tools.js.

修改web 端加密key

Signed-off-by: zhangf <546558392@qq.com>
This commit is contained in:
zhangf
2023-02-09 08:57:05 +00:00
committed by Gitee
parent ffe6a4e366
commit 32b73014bc
+2 -2
View File
@@ -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);