fix chore

This commit is contained in:
2025-12-04 03:08:29 +08:00
parent c6a95fa28d
commit 4e2bb49e86
100 changed files with 641 additions and 59800 deletions

View File

@@ -1,4 +1,5 @@
using Atomx.Common.Configuration;
using Atomx.Common.Constants;
using Microsoft.JSInterop;
namespace Atomx.Admin.Client.Utils
@@ -23,7 +24,7 @@ namespace Atomx.Admin.Client.Utils
try
{
// 从localStorage或sessionStorage获取token
return await _jsRuntime.InvokeAsync<string>("localStorage.getItem", StorageKeys.JWTTokenKeyName);
return await _jsRuntime.InvokeAsync<string>("localStorage.getItem", StorageKeys.AccessToken);
}
catch
{