啊鑫
3 天以前 ed05efdc17aab076146b134ebe105b6382f221d7
MESApplication/Controllers/Base/LoginController.cs
@@ -3,7 +3,6 @@
using MES.Service.service;
using MES.Service.util;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace MESApplication.Controllers.Base;
@@ -106,5 +105,4 @@
            return ResponseResult.ResponseError(ex);
        }
    }
}