建图修改

This commit is contained in:
2025-08-11 13:28:37 +08:00
parent af93101ff2
commit 6eb3f30be2
3 changed files with 49 additions and 37 deletions

View File

@@ -114,8 +114,8 @@ export const getMappingStatus = () => {
let res = {
code: 200,
message: 'ok',
mapping_return: '2',
mapping_percent: '100'
mapping_return: '1',
mapping_percent: '50'
}
return res
}