修改无锡测试bug

This commit is contained in:
guanj
2025-10-27 08:55:54 +08:00
parent 7c8917a2cd
commit ea14a290b7
17 changed files with 556 additions and 201 deletions

View File

@@ -95,8 +95,8 @@ export function getEventList(data) {
export function clickImage(data) {
return http.request({
url: "/scale/clickImage",
method: "get",
params: data,
method: "post",
data: data,
});
}