接口错误返回多次弹窗问题

This commit is contained in:
2024-05-31 14:09:24 +08:00
parent e8ddecfc68
commit 1b66fd6573
3 changed files with 59 additions and 38 deletions
+3 -2
View File
@@ -7,10 +7,11 @@ export function login(data) {
data
})
}
export function loginOut() {
export function loginOut(params) {
return request({
url: `/User/loginOut`,
method: 'get'
method: 'get',
params
})
}
export function getAllDictionary() {