feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens and logout (#105)
* feat: logout * feat: fixed the issue that some PDF documents could not be displayed on the chunk list page in small screens
This commit is contained in:
@@ -4,6 +4,7 @@ import request from '@/utils/request';
|
||||
|
||||
const {
|
||||
login,
|
||||
logout,
|
||||
register,
|
||||
setting,
|
||||
user_info,
|
||||
@@ -20,6 +21,10 @@ const methods = {
|
||||
url: login,
|
||||
method: 'post',
|
||||
},
|
||||
logout: {
|
||||
url: logout,
|
||||
method: 'get',
|
||||
},
|
||||
register: {
|
||||
url: register,
|
||||
method: 'post',
|
||||
|
||||
Reference in New Issue
Block a user