修改监督检查整改权限问题
This commit is contained in:
parent
1e709abb1a
commit
7200f8b53a
|
@ -1940,7 +1940,7 @@ namespace BLL
|
|||
/// <summary>
|
||||
/// 安全监督检查整改
|
||||
/// </summary>
|
||||
public const string SuperviseCheckRectifyMenuId = "55976B16-2C33-406E-B514-2FE42D031071";
|
||||
public const string SuperviseCheckRectifyMenuId = "A02E0365-383C-49A0-BF1A-B3E42052959B";
|
||||
#endregion
|
||||
|
||||
#region 集团安全监督
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
||||
<add path="FastReport.Export.axd" verb="*" type="FastReport.Web.Handlers.WebExport" />
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.1" />
|
||||
<compilation debug="false" targetFramework="4.6.1" />
|
||||
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000" maxQueryStringLength="2097151" />
|
||||
<authentication mode="Forms">
|
||||
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/" />
|
||||
|
|
Loading…
Reference in New Issue