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

11 lines
306 B

<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>