Browse Source

fix:沙盒浏览器无法跳转的问题

yangdingli 3 years ago
parent
commit
d1b6a1aa11

+ 1 - 1
show-server/src/main/webapp/template/webapp/plugins/file/sandbox.html

@ -3,7 +3,7 @@
3 3
<head>
4 4
<title>沙盒浏览器</title>
5 5
{%>template/common/Head.html%}
6
<script type="text/javascript" src="biz/js/plugins/sandbox.js"></script>
6
<script type="text/javascript" src="biz/js/plugins/file/sandbox.js"></script>
7 7
</head>
8 8
<body>
9 9