api type更改

This commit is contained in:
魏啾
2024-04-16 10:37:42 +08:00
parent 7a8617b7a7
commit 8b68595e92

View File

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