更新首页说明

This commit is contained in:
陈精华 2022-11-14 10:50:27 +08:00
parent 859feff328
commit 12f40b831f

View File

@ -43,7 +43,7 @@ window.open('http://127.0.0.1:8012/onlinePreview?url='+encodeURIComponent(base64
<div>
新增多图片同时预览功能接口如下
<pre style="background-color: #2f332a;color: #cccccc">
var fileUrl =url1+"|"+"url2";//多文件使用|字符隔开
var fileUrl =url1+'|'+url2;//多url使用'|'字符隔开
window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(base64Encode(fileUrl)));
</pre>
</div>