修改路径

wangxinyuan
Qin Dong Ming 2024-08-22 20:20:55 +08:00
parent 8a360e8bf9
commit 8ff8a73ebf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import request from '@/utils/request'
export function selectEngineList(data){
return request({
url: "/engine/engine/getMaintenanceList",
method: "POST",
method: "Get",
data:data
})
}