Commit 213e89ac authored by 黎博's avatar 黎博

修改获取分支的数量-bug fix

parent f35ce0a7
......@@ -156,7 +156,7 @@ const gitBranch = async (svcName) => {
projectId = item.id
}
})
const branchInfo = await awaitRequest({
var branchInfo = await awaitRequest({
url: `http://${proConfig.git_lab}/api/${version}/projects/${projectId}/repository/branches?private_token=${token}&page=1&per_page=100`,
method: 'GET',
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment