From 9374ecf726d367d4163025ecaaf7d1d8b192cf3c Mon Sep 17 00:00:00 2001 From: pzkue6pt2 <3235089565@qq.com> Date: Mon, 24 Apr 2023 12:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC12=E7=BB=84=E9=A1=B9=E7=9B=AE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/static/admin/js/adminUser.jsp | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/main/resources/static/admin/js/adminUser.jsp 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 } | +
+ |
+