Commit 8b31c301 authored by Administrator's avatar Administrator

img_path加密

parent 76d3f9b3
......@@ -1880,7 +1880,7 @@ const onSubmitUploadAndModifyProductPicInPaint = async () => {
// utils.aesEncrypt(model),
// utils.aesEncrypt(base_img),
// utils.aesEncrypt(mask),
// "img_path",
// utils.aesEncrypt("img_path"),
// );
update_and_modify_product.pic = sd_img.domain_image_path + "?v=" + utils.genDateTimeStr();
update_and_modify_product.pic_local = sd_img.local_image_path;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment