修复bug

This commit is contained in:
yannqing 2024-03-14 18:29:01 +08:00
parent 70ebec0537
commit a1cd6540cc

View File

@ -522,7 +522,7 @@ const projectGetCustom = (data) =>{
return axios({
url:api+ "/project/get/custom",
method: "get",
params: data,
data: data,
headers:{
'Timestamp': getCurrentTimestamp()
}