From ec4b90fd8520deac37d34832388ce738d795ae1a Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期四, 23 十一月 2023 16:17:28 +0800
Subject: [PATCH] App生产报工、外协收发料图片
---
VueWebCoreApi/wwwroot/AppMenuImage/app_7_1.png | 0
VueWebCoreApi/wwwroot/AppMenuImage/app_9.png | 0
VueWebCoreApi/wwwroot/AppMenuImage/app_7_2.png | 0
VueWebCoreApi/wwwroot/AppMenuImage/app_7.png | 0
VueWebCoreApi/wwwroot/AppMenuImage/app_9_2.png | 0
VueWebCoreApi/Startup.cs | 1 +
VueWebCoreApi/Tools/ChannelActionFilterAttribute.cs | 2 +-
VueWebCoreApi/wwwroot/AppMenuImage/app_9_1.png | 0
8 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/VueWebCoreApi/Startup.cs b/VueWebCoreApi/Startup.cs
index 0248770..b3b5999 100644
--- a/VueWebCoreApi/Startup.cs
+++ b/VueWebCoreApi/Startup.cs
@@ -99,6 +99,7 @@
services.AddSingleton<ISchedulerFactory, StdSchedulerFactory>();
services.AddSingleton<IJobFactory, IOCJobFactory>();
+
//跨域设置
services.AddCors(options =>
{
diff --git a/VueWebCoreApi/Tools/ChannelActionFilterAttribute.cs b/VueWebCoreApi/Tools/ChannelActionFilterAttribute.cs
index 539a592..5c9ae27 100644
--- a/VueWebCoreApi/Tools/ChannelActionFilterAttribute.cs
+++ b/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涓綋鍓嶇敤鎴蜂俊鎭�
diff --git a/VueWebCoreApi/wwwroot/AppMenuImage/app_7.png b/VueWebCoreApi/wwwroot/AppMenuImage/app_7.png
new file mode 100644
index 0000000..2692939
--- /dev/null
+++ b/VueWebCoreApi/wwwroot/AppMenuImage/app_7.png
Binary files differ
diff --git a/VueWebCoreApi/wwwroot/AppMenuImage/app_7_1.png b/VueWebCoreApi/wwwroot/AppMenuImage/app_7_1.png
new file mode 100644
index 0000000..de23f64
--- /dev/null
+++ b/VueWebCoreApi/wwwroot/AppMenuImage/app_7_1.png
Binary files differ
diff --git a/VueWebCoreApi/wwwroot/AppMenuImage/app_7_2.png b/VueWebCoreApi/wwwroot/AppMenuImage/app_7_2.png
new file mode 100644
index 0000000..b0dc94c
--- /dev/null
+++ b/VueWebCoreApi/wwwroot/AppMenuImage/app_7_2.png
Binary files differ
diff --git a/VueWebCoreApi/wwwroot/AppMenuImage/app_9.png b/VueWebCoreApi/wwwroot/AppMenuImage/app_9.png
new file mode 100644
index 0000000..5b39989
--- /dev/null
+++ b/VueWebCoreApi/wwwroot/AppMenuImage/app_9.png
Binary files differ
diff --git a/VueWebCoreApi/wwwroot/AppMenuImage/app_9_1.png b/VueWebCoreApi/wwwroot/AppMenuImage/app_9_1.png
new file mode 100644
index 0000000..cc16800
--- /dev/null
+++ b/VueWebCoreApi/wwwroot/AppMenuImage/app_9_1.png
Binary files differ
diff --git a/VueWebCoreApi/wwwroot/AppMenuImage/app_9_2.png b/VueWebCoreApi/wwwroot/AppMenuImage/app_9_2.png
new file mode 100644
index 0000000..78a8592
--- /dev/null
+++ b/VueWebCoreApi/wwwroot/AppMenuImage/app_9_2.png
Binary files differ
--
Gitblit v1.9.3