退出账号时调用退出接口

This commit is contained in:
2024-04-23 10:11:00 +08:00
parent 96c35e1736
commit be6fdf2277
3 changed files with 19 additions and 9 deletions
+6 -1
View File
@@ -7,7 +7,12 @@ export function login(data) {
data
})
}
export function loginOut() {
return request({
url: `/User/loginOut`,
method: 'get'
})
}
export function getAllDictionary() {
return request({
url: '/dictionary/getAllDictionary',