zhuguifei
2026-03-10 58402bd5e762361363a0f7d7907153c77dbb819f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<!DOCTYPE html>
<html>
<head>
<title>没有权限</title>
<meta name="author" content="leejean">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="${pageContext.request.contextPath}/img/favicon.ico" type="image/x-icon">
</head>
<body style="text-align:center;padding:10px;width:98%">
    <div>哎呀,您没有本功能的权限!</div>
    <img alt="没有权限" src="${pageContext.request.contextPath}/img/blue_face/bluefaces_26.png">
    <br>
    <div style="font-size:14px;">如需使用本功能,请联系系统管理员...</div>    
</body>
</html>