mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-11-05 10:03:58 +08:00
fix: api登录异常
This commit is contained in:
@@ -33,6 +33,7 @@ internal sealed class AuthRazorService : IAuthRazorService
|
||||
{
|
||||
Url = "/api/auth/login",
|
||||
Method = "POST",
|
||||
ToJson = true,
|
||||
Data = input,
|
||||
};
|
||||
var str = await AjaxService.InvokeAsync(ajaxOption).ConfigureAwait(false);
|
||||
@@ -56,6 +57,7 @@ internal sealed class AuthRazorService : IAuthRazorService
|
||||
{
|
||||
Url = "/api/auth/logout",
|
||||
Method = "POST",
|
||||
ToJson = true,
|
||||
};
|
||||
using var str = await AjaxService.InvokeAsync(ajaxOption).ConfigureAwait(false);
|
||||
if (str != null)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.0.2.11</PluginVersion>
|
||||
<ProPluginVersion>10.0.2.11</ProPluginVersion>
|
||||
<PluginVersion>10.0.2.12</PluginVersion>
|
||||
<ProPluginVersion>10.0.2.12</ProPluginVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>10.0.2.11</Version>
|
||||
<Version>10.0.2.12</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user