继续解决冲突

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