摘要: 在global.asax 中 { //登录是否过期 //if (!ManageProvider.Provider.IsOverdue()) //{ // HttpContext.Current.Response.Redirect("~/Login"); // return; //} Dictiona 阅读全文
posted @ 2022-08-02 15:00 CoderEJ 阅读(337) 评论(0) 推荐(0)
摘要: web.config中的“system.webServer”标签页中添加 <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> <add name="Access-Control-All 阅读全文
posted @ 2022-04-06 16:11 CoderEJ 阅读(39) 评论(0) 推荐(0)