diff --git a/WebRoot/login.jsp b/WebRoot/login.jsp new file mode 100644 index 00000000..c44457ee --- /dev/null +++ b/WebRoot/login.jsp @@ -0,0 +1,208 @@ +<%@page import="com.jsh.util.common.Tools"%> +<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> +<% + String path = request.getContextPath(); + String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; + String clientIp = Tools.getCurrentUserIP(); +%> + + + + ERP系统 + + + + + + + + + +
+
+ +
+

login

+

+ +

+

+ +

+ + + + <%-- +

vpic

--%> + + + + +
+

如果忘记密码,请与管理员联系。

+ +
+
+ + + \ No newline at end of file diff --git a/WebRoot/logout.jsp b/WebRoot/logout.jsp new file mode 100644 index 00000000..42a7113a --- /dev/null +++ b/WebRoot/logout.jsp @@ -0,0 +1,27 @@ +<%@ page language="java" pageEncoding="utf-8"%> +<% +String path = request.getContextPath(); +String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + + + + + + + + + + + + + +
+