From adee7a71ba7ab1b63cab63381dfe1846437853d6 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期四, 02 三月 2023 17:37:05 +0800
Subject: [PATCH] 增加分销商配置

---
 web/web/SysRoleMenu.aspx.cs |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/web/web/SysRoleMenu.aspx.cs b/web/web/SysRoleMenu.aspx.cs
index 6749382..c7a764e 100644
--- a/web/web/SysRoleMenu.aspx.cs
+++ b/web/web/SysRoleMenu.aspx.cs
@@ -1,4 +1,4 @@
-锘� 
+锘�
 using Common;
 using Dao;
 using Model;
@@ -18,7 +18,7 @@
     protected List<SysDictData> UserRoleList;
 
     protected void Page_Load(object sender, EventArgs e)
-  {
+    {
         //鏉冮檺鎺у埗
         this.CheckRight("112", FailedOperation.ErrorMsgOnly);
 
@@ -80,4 +80,3 @@
     }
 
 }
- 
\ No newline at end of file

--
Gitblit v1.9.1