From 7e33b2070b312a8c9ac194d1d4f7d1d35c4dbfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=B4?= Date: Tue, 17 Aug 2021 10:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=97=A0=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E9=A1=B5=E9=9D=A2unauthorized.jsp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/webapp/WEB-INF/jsp/unauthorized.jsp | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 HMS/src/main/webapp/WEB-INF/jsp/unauthorized.jsp diff --git a/HMS/src/main/webapp/WEB-INF/jsp/unauthorized.jsp b/HMS/src/main/webapp/WEB-INF/jsp/unauthorized.jsp new file mode 100644 index 0000000..954c053 --- /dev/null +++ b/HMS/src/main/webapp/WEB-INF/jsp/unauthorized.jsp @@ -0,0 +1,52 @@ +<%-- + Created by IntelliJ IDEA. + User: liuxing + Date: 2021/8/17 + Time: 09:37 + File:unauthorized.jsp + Email: liuxing997@foxmail.com + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@page isELIgnored="false" %> + + + 没有权限访问此页面|酒店后台管理系统 + + + + + + + + +
+
+
+

+

您没有权限访问该页面哦!啥都看不到......您可以 换个账户登录 + 或联系管理员!

+
+
+
+ + + -- GitLab