mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-10-21 11:07:30 +08:00
更新首页说明
This commit is contained in:
@@ -43,7 +43,7 @@ window.open('http://127.0.0.1:8012/onlinePreview?url='+encodeURIComponent(base64
|
|||||||
<div>
|
<div>
|
||||||
新增多图片同时预览功能,接口如下:
|
新增多图片同时预览功能,接口如下:
|
||||||
<pre style="background-color: #2f332a;color: #cccccc">
|
<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)));
|
window.open('http://127.0.0.1:8012/picturesPreview?urls='+encodeURIComponent(base64Encode(fileUrl)));
|
||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user