From 1b108e8d7335d5a5a59dfcf2f4eeef034a53b9b8 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 06 九月 2024 12:33:06 +0800
Subject: [PATCH] 用户管理页角色问题和密码增加验证问题

---
 Wms/Wms/Controllers/WeatherForecastController.cs |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/Wms/Wms/Controllers/WeatherForecastController.cs b/Wms/Wms/Controllers/WeatherForecastController.cs
index 2ef1ab4..a46ab50 100644
--- a/Wms/Wms/Controllers/WeatherForecastController.cs
+++ b/Wms/Wms/Controllers/WeatherForecastController.cs
@@ -1,19 +1,12 @@
 锘縰sing Microsoft.AspNetCore.Mvc;
 using Microsoft.Extensions.Logging;
-using System;
 using System.Collections.Generic;
-using System.Linq;
-using System.Security.Claims;
 using System.Threading.Tasks;
-using Microsoft.AspNetCore.Authorization;
 using Model.ModelVm;
-using Newtonsoft.Json;
-using Utility.Tools;
 using WMS.Entity.Context;
 using WMS.IBLL.ISysServer;
 using Wms.Tools;
 using Utility;
-
 
 namespace Wms.Controllers
 {

--
Gitblit v1.8.0