Skip to content

Commit

Permalink
修复获取验证码限制跨域的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhontai committed Apr 21, 2022
1 parent a02b720 commit 3e6f362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/ZhonTai.Admin/Services/Auth/AuthService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public async Task<IResultOutput> Refresh([BindRequired] string token)
/// 获取验证数据
/// </summary>
/// <returns></returns>
[HttpGet]
[AllowAnonymous]
[NoOprationLog]
[EnableCors(AdminConsts.AllowAnyPolicyName)]
Expand Down

0 comments on commit 3e6f362

Please sign in to comment.