ZhiYeJianKang_PeiXun/Song.Site/Manage/ErrorPage/NoPurview.aspx
2025-02-20 15:41:53 +08:00

18 lines
470 B
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NoPurview.aspx.cs" Inherits="Song.Site.Manage.ErrorPage.NoPurview" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<p>尊敬的用户,您没有操作此功能的权限!</p>
<p>详细情况,请咨询系统管理员。 </p>
</div>
</form>
</body>
</html>