From f1ed90aa10997c36133c18bb2e64ef63ae0d2f55 Mon Sep 17 00:00:00 2001 From: pzkue6pt2 <3235089565@qq.com> Date: Mon, 24 Apr 2023 12:31:02 +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 --- src/main/resources/static/admin/js/.jsplogin | 71 ++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 src/main/resources/static/admin/js/.jsplogin diff --git a/src/main/resources/static/admin/js/.jsplogin b/src/main/resources/static/admin/js/.jsplogin new file mode 100644 index 0000000..5e2045c --- /dev/null +++ b/src/main/resources/static/admin/js/.jsplogin @@ -0,0 +1,71 @@ +<%@ 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+"/"; +%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + 后台登录 + + + + + + + + + + + + + + + + + + + + +
姓名: + +
密码: + +
+ + +
+
+ ${msg } + +