博客 window.open() gongasd
This commit is contained in:
+8
-1
@@ -11,4 +11,11 @@ const get_blogs = (params: Object) => {
|
||||
})
|
||||
}
|
||||
|
||||
export { get_blogs }
|
||||
const get_blog = (params: any) => {
|
||||
return request({
|
||||
url: '/blog/' + params.blog_id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export { get_blogs, get_blog }
|
||||
Reference in New Issue
Block a user