摘要: 错误使用 app.UseAuthentication();//认证 这里要加,位置不能反 app.UseAuthorization();//授权 app.UseCors();//启用Cors 解决方法 app.UseCors();//启用Cors app.UseAuthentication();// 阅读全文
posted @ 2023-04-25 10:28 孤海飞雁 阅读(61) 评论(0) 推荐(0)