仪表盘
版本库
文件存储
活动
搜索
登录
main
/
zsx
中试线
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化
懒羊羊
2023-12-04
b3e9a47f4c17c0d708398698432a109420e7d9e1
[zsx.git]
/
guns-vip-main
/
src
/
main
/
webapp
/
pages
/
demos
/
pdf
/
pdf.html
1
2
3
4
5
<html>
<script>
window.location.href = '${ctxPath}/assets/expand/pdf/web/viewer.html?file=' + encodeURIComponent('${ctxPath}/loadPdfFile?file=${file!}');
</script>
</html>