| VueWebCoreApi/Startup.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/Tools/ChannelActionFilterAttribute.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/wwwroot/AppMenuImage/app_7.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/wwwroot/AppMenuImage/app_7_1.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/wwwroot/AppMenuImage/app_7_2.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/wwwroot/AppMenuImage/app_9.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/wwwroot/AppMenuImage/app_9_1.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
| VueWebCoreApi/wwwroot/AppMenuImage/app_9_2.png | 补丁 | 查看 | 原始文档 | blame | 历史 |
VueWebCoreApi/Startup.cs
@@ -99,6 +99,7 @@ services.AddSingleton<ISchedulerFactory, StdSchedulerFactory>(); services.AddSingleton<IJobFactory, IOCJobFactory>(); //跨域设置 services.AddCors(options => { VueWebCoreApi/Tools/ChannelActionFilterAttribute.cs
@@ -29,7 +29,7 @@ var token = context.HttpContext.Request.Headers["Token"].ToString(); User us = JwtTools.Denocode(token.ToString()); base.OnActionExecuting(context); //如果存在 //如果存在 if (redis.Get<User>(us.rediskey, 0) !=null) { //获取redis中当前用户信息 VueWebCoreApi/wwwroot/AppMenuImage/app_7.png
VueWebCoreApi/wwwroot/AppMenuImage/app_7_1.png
VueWebCoreApi/wwwroot/AppMenuImage/app_7_2.png
VueWebCoreApi/wwwroot/AppMenuImage/app_9.png
VueWebCoreApi/wwwroot/AppMenuImage/app_9_1.png
VueWebCoreApi/wwwroot/AppMenuImage/app_9_2.png