继续解决冲突

This commit is contained in:
tuxiu21 2024-03-13 23:16:59 +08:00
parent ee58d2ad3c
commit 70054d4230

View File

@ -580,20 +580,20 @@ const projectWorkGet = (data,token) => {
})
}
/**
* 得到tag列表
* @param token
*/
const getTagsProjectList = (token) =>{
return axios({
url:api+ "/tags/project/list",
method: "get",
headers:{
'Authorization':'Bearer '+token,
'Timestamp': getCurrentTimestamp()
}
})
}
// /**
// * 得到tag列表
// * @param token
// */
// const getTagsProjectList = (token) =>{
// return axios({
// url:api+ "/tags/project/list",
// method: "get",
// headers:{
// 'Authorization':'Bearer '+token,
// 'Timestamp': getCurrentTimestamp()
// }
// })
// }
export default {