博客 window.open() gongasd

This commit is contained in:
simple321vip
2022-04-11 01:01:11 +08:00
parent eb9ffdf27b
commit fc2aa9d22b
8 changed files with 67 additions and 3 deletions
+8 -1
View File
@@ -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 }