diff --git a/WebRoot/pages/manage/app.jsp b/WebRoot/pages/manage/app.jsp
new file mode 100644
index 00000000..076fab7d
--- /dev/null
+++ b/WebRoot/pages/manage/app.jsp
@@ -0,0 +1,584 @@
+<%@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();
+%>
+
+
+
+ 应用管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/assetname.jsp b/WebRoot/pages/manage/assetname.jsp
new file mode 100644
index 00000000..6822125a
--- /dev/null
+++ b/WebRoot/pages/manage/assetname.jsp
@@ -0,0 +1,741 @@
+<%@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();
+%>
+
+
+
+ 资产管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/category.jsp b/WebRoot/pages/manage/category.jsp
new file mode 100644
index 00000000..ddcaae49
--- /dev/null
+++ b/WebRoot/pages/manage/category.jsp
@@ -0,0 +1,505 @@
+<%@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();
+%>
+
+
+
+ 资产管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/depot.jsp b/WebRoot/pages/manage/depot.jsp
new file mode 100644
index 00000000..06c45167
--- /dev/null
+++ b/WebRoot/pages/manage/depot.jsp
@@ -0,0 +1,528 @@
+<%@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();
+%>
+
+
+
+ 部门管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/functions.jsp b/WebRoot/pages/manage/functions.jsp
new file mode 100644
index 00000000..7b2d79f6
--- /dev/null
+++ b/WebRoot/pages/manage/functions.jsp
@@ -0,0 +1,533 @@
+<%@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();
+%>
+
+
+
+ 功能管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/home.jsp b/WebRoot/pages/manage/home.jsp
new file mode 100644
index 00000000..1b8088dd
--- /dev/null
+++ b/WebRoot/pages/manage/home.jsp
@@ -0,0 +1,76 @@
+<%@page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
+<%
+String path = request.getContextPath();
+String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
+%>
+
+
+
+
+
+
+
+
+ 首页说明
+
+
+
+
+
+
+
+ 系统管理
+ |
+
+
+ |
+
+
+ |
+
+
+
+
+ 系统管理是管理系统中的基础数据设置信息,包括供应商、资产类型、资产名称、用户管理等,通过系统管理,可以为系统提供基础数据支持。日志管理主要包括供应商、资产类型、资产名称、用户管理等的增删改查等功能点。
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/role.jsp b/WebRoot/pages/manage/role.jsp
new file mode 100644
index 00000000..0c379e99
--- /dev/null
+++ b/WebRoot/pages/manage/role.jsp
@@ -0,0 +1,515 @@
+<%@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();
+%>
+
+
+
+ 角色管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/roleApp.jsp b/WebRoot/pages/manage/roleApp.jsp
new file mode 100644
index 00000000..e4cc9380
--- /dev/null
+++ b/WebRoot/pages/manage/roleApp.jsp
@@ -0,0 +1,138 @@
+<%@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();
+%>
+
+
+
+ 角色对应应用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/roleFunctions.jsp b/WebRoot/pages/manage/roleFunctions.jsp
new file mode 100644
index 00000000..9ac30fc8
--- /dev/null
+++ b/WebRoot/pages/manage/roleFunctions.jsp
@@ -0,0 +1,138 @@
+<%@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();
+%>
+
+
+
+ 角色对应应用
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WebRoot/pages/manage/vendor.jsp b/WebRoot/pages/manage/vendor.jsp
new file mode 100644
index 00000000..67db05b5
--- /dev/null
+++ b/WebRoot/pages/manage/vendor.jsp
@@ -0,0 +1,574 @@
+<%@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();
+%>
+
+
+
+ 供应商信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file