接口错误返回多次弹窗问题
This commit is contained in:
+3
-2
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user