This commit is contained in:
魏啾
2024-04-08 13:50:05 +08:00
parent 2b723694fa
commit d844832aad
13 changed files with 1309 additions and 124 deletions

View File

@@ -202,7 +202,8 @@ function get(url, data, toast = true, type = 1) {
return request({
url,
data,
toast
toast,
type
})
}
@@ -221,7 +222,8 @@ function post(url, data, toast = true, method = 'POST', type = 1) {
url,
method,
data,
toast
toast,
type
})
}