mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-14 06:42:51 +00:00
优化
This commit is contained in:
parent
b8e0761159
commit
e0be45758d
2
packages/vite-plugin/dist/index.js
vendored
2
packages/vite-plugin/dist/index.js
vendored
@ -457,7 +457,7 @@
|
|||||||
|
|
||||||
interface RequestOptions {
|
interface RequestOptions {
|
||||||
url: string;
|
url: string;
|
||||||
method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS";
|
method?: 'OPTIONS' | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'TRACE' | 'CONNECT';
|
||||||
data?: any;
|
data?: any;
|
||||||
params?: any;
|
params?: any;
|
||||||
header?: any;
|
header?: any;
|
||||||
|
|||||||
@ -390,7 +390,7 @@ async function createDescribe({ list, service }: { list: Eps.Entity[]; service:
|
|||||||
|
|
||||||
interface RequestOptions {
|
interface RequestOptions {
|
||||||
url: string;
|
url: string;
|
||||||
method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS";
|
method?: 'OPTIONS' | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'TRACE' | 'CONNECT';
|
||||||
data?: any;
|
data?: any;
|
||||||
params?: any;
|
params?: any;
|
||||||
header?: any;
|
header?: any;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user