fix: axios post and get type

This commit is contained in:
xiaoxian521
2022-02-18 14:51:58 +08:00
parent a4a042bfd7
commit d2ddb49314
5 changed files with 9 additions and 13 deletions

View File

@@ -19,10 +19,6 @@ type resultType = {
info: Array<undefined>;
};
export interface mapInter {
loading: boolean;
}
let MarkerCluster;
let map: MapConfigureInter;