Modify login process

This commit is contained in:
simple321vip
2022-08-28 12:45:49 +08:00
parent e9c8cb9d33
commit c865fd1184
51 changed files with 207 additions and 162 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ const headers = {
const listAll = () => {
return request({
url: '/auth/api/v1/author/blog/list',
method: 'GET'
method: 'GET',
headers: headers
})
}