mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-08 14:57:14 +08:00
feat: 仪表盘 我的项目 增加贡献者列表展示
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user