feat: 仪表盘 我的项目 增加贡献者列表展示

This commit is contained in:
2024-10-29 22:56:09 +08:00
parent 2127edb7d7
commit b9ebbca0e8
2 changed files with 129 additions and 53 deletions

View File

@@ -152,7 +152,7 @@ const loading = ref(false)
const getDataList = async () => {
try {
loading.value = true
const { data } = await get('https://api.charles7c.top/git/orgs/continew/events')
const { data } = await get('https://api.charles7c.top/git/orgs/events/continew')
data.forEach((item) => {
dataList.value.push({
...item,