管理和服务分离

This commit is contained in:
simple321vip
2022-04-20 22:48:23 +08:00
parent 952587cd2c
commit e3be0674d8
12 changed files with 54 additions and 334 deletions
+3
View File
@@ -33,6 +33,9 @@ const update_blog_type = (params: Object) => {
return request({
url: '/blog/update_blog_type',
method: 'post',
headers: {
'Content-Type': 'application/json;charsetset=UTF-8'
},
data: params
})
}