在线blog初步完成

This commit is contained in:
simple321vip
2022-04-27 09:18:20 +08:00
parent 6e5d90d613
commit fff3ee0a3d
6 changed files with 177 additions and 87 deletions
+1 -4
View File
@@ -21,10 +21,7 @@ const get_blog = (params: any) => {
const listAll = () => {
return request({
url: '/author/blog/list',
method: 'get',
headers: {
'Content-Type': 'application/json;charsetset=UTF-8'
}
method: 'get'
})
}