Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/blame/commit/0bb094e3a9be4557e94c66885d168e2a02da3026/web/index.htm You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/index.htm

11 lines
306 B

1 year ago
<script>
var openWidth = (screen.availWidth-10);
var openHeight = (screen.availHeight-50);
window.open ("login.jsp", "sjjxc",
"menubar=no,status=yes,resizable=yes,scrollbars=no,toolbar=no,top=0,left=0,width="
+ openWidth + ",height=" +openHeight);
window.opener = null;
window.close();
</script>