feate:添加拼单类型接口
Build and Deploy Vue3 / build (push) Successful in 1m6s
Build and Deploy Vue3 / deploy (push) Successful in 10m44s

This commit is contained in:
2025-12-31 13:07:05 +08:00
parent 4cc684eca6
commit f6dcec75d7
10 changed files with 755 additions and 672 deletions
+2 -2
View File
@@ -94,8 +94,8 @@ class Request {
}
// DELETE 请求
delete(url,data={}, config = {}) {
return this.instance.delete(url,data, config)
delete(url, config = {}) {
return this.instance.delete(url, config)
}
// PATCH 请求