refactor: 修改缓存加载逻辑.

This commit is contained in:
lijiahang
2023-12-04 14:35:18 +08:00
parent a22f30a8b4
commit f4b5ba168a
39 changed files with 278 additions and 332 deletions

View File

@@ -1,4 +1,3 @@
import type { HostQueryResponse } from './host';
import axios from 'axios';
/**
@@ -34,7 +33,6 @@ export interface HostGroupQueryResponse {
parentId: number;
title: string;
children: Array<HostGroupQueryResponse>;
hostList: Array<HostQueryResponse>;
}
/**