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/a412254b69d4c5ea06dae44db354fd33adde3b33/web/indexFor1024.jsp You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/indexFor1024.jsp

19 lines
437 B

<%@ page language="java" pageEncoding="utf-8" %>
<html><head>
<title>辅助业务管理系统</title>
</head>
<frameset name=mm rows="55,8,*,0" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="top.jsp" name="topFrame" scrolling="NO" noresize >
<frame name=go_top src="go_top.jsp" noResize scrolling="no" >
<frame src="first1024.jsp" name="mainFrame" noResize scrolling="auto">
</frameset>
</html>