日常小bug修复
This commit is contained in:
@ -61,4 +61,8 @@ export function mapReverseGeocoding(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function deviceRealTimeStatus(){
|
||||
return Promise.resolve({code:500});
|
||||
}
|
||||
Reference in New Issue
Block a user