1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 12:49:30 +08:00

新增友链提交功能

This commit is contained in:
liuyiwuqing
2024-05-31 18:47:19 +08:00
parent 0386c66b70
commit 3b0ef59ca7
4 changed files with 272 additions and 1 deletions
+6
View File
@@ -170,4 +170,10 @@ export default {
}
})
},
/**
* 提交友情链接
*/
submitLink(form) {
return HttpHandler.Post(`/linksSubmit/links`, form, null)
}
}