fix: 管理员无法通过认证固化比特流文件的问题

This commit is contained in:
SikongJueluo 2025-07-14 17:27:05 +08:00
parent 683d918d30
commit 89cc2291c0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export interface BoardData extends Board {
const [useProvideBoardManager, useBoardManager] = createInjectionState(() => { const [useProvideBoardManager, useBoardManager] = createInjectionState(() => {
// 远程升级相关参数 // 远程升级相关参数
const devPort = 1234; const devPort = 1234;
const remoteUpdater = new RemoteUpdateClient(); const remoteUpdater = AuthManager.createAuthenticatedRemoteUpdateClient();
// 统一的板卡数据 // 统一的板卡数据
const boards = ref<BoardData[]>([]); const boards = ref<BoardData[]>([]);