仪表盘
版本库
文件存储
活动
搜索
登录
main
/
zsx
中试线
概况
操作记录
提交次数
目录
文档
分支
对比
查看
|
历史
|
提交
|
提交对比
工单修改
懒羊羊
2023-10-17
92cffc135581ce2cf4aecac745ddb88e739c17de
[zsx.git]
/
guns-vip-main
/
src
/
main
/
webapp
/
pages
/
demos
/
pdf
/
pdf.html
提交
|
用户
|
时间
1ac2bc
1
<html>
懒
2
<script>
3
window.location.href = '${ctxPath}/assets/expand/pdf/web/viewer.html?file=' + encodeURIComponent('${ctxPath}/loadPdfFile?file=${file!}');
4
</script>
5
</html>