mirror of
https://gitee.com/sdyunze/iotlink.git
synced 2026-09-19 01:28:04 +08:00
update yunze-web-ui/src/utils/tools.js.
修改web 端加密key Signed-off-by: zhangf <546558392@qq.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user