更新版本号

更新fastjson版本
修复分享文件点确定没反应的bug
删除一处多余日志
This commit is contained in:
2022-01-06 02:51:37 +08:00
parent 1497d11754
commit 4524b6f2c3
4 changed files with 10 additions and 5 deletions

View File

@@ -190,6 +190,8 @@
layer.prompt({
title:"分享链接",
value:"http://"+window.location.host+"/html/body/nas/music.html?share="+json.data.token
},function (value,index,elem){
layer.close(index);
})
}
})