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+"/"; +%> + + +
+用户ID | +用户Email | +操作 | +
${u.id } | +${u.bemail } | +
+ |
+