VueWebCoreApi/Startup.cs @@ -99,6 +99,7 @@ services.AddSingleton<ISchedulerFactory, StdSchedulerFactory>(); services.AddSingleton<IJobFactory, IOCJobFactory>(); //跨域设置 services.AddCors(options => {