diff --git a/src/main/resources/static/admin/js/adminUser.jsp b/src/main/resources/static/admin/js/adminUser.jsp new file mode 100644 index 0000000..370ddce --- /dev/null +++ b/src/main/resources/static/admin/js/adminUser.jsp @@ -0,0 +1,72 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<% +String path = request.getContextPath(); +String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + + + +receive.jsp + + + + + + + 您还没有用户可管理。 + + + + + + + + + + + + + + + + +
用户ID用户Email操作
${u.id }${u.bemail } + + 锁定 + + + 解锁 + +
+
+ + \ No newline at end of file