修复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({ return axios({
url:api+ "/project/get/custom", url:api+ "/project/get/custom",
method: "get", method: "get",
params: data, data: data,
headers:{ headers:{
'Timestamp': getCurrentTimestamp() 'Timestamp': getCurrentTimestamp()
} }