mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 04:22:54 +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 {
|
||||
url: string;
|
||||
method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS";
|
||||
method?: 'OPTIONS' | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'TRACE' | 'CONNECT';
|
||||
data?: any;
|
||||
params?: any;
|
||||
header?: any;
|
||||
|
||||
@ -390,7 +390,7 @@ async function createDescribe({ list, service }: { list: Eps.Entity[]; service:
|
||||
|
||||
interface RequestOptions {
|
||||
url: string;
|
||||
method?: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS";
|
||||
method?: 'OPTIONS' | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'TRACE' | 'CONNECT';
|
||||
data?: any;
|
||||
params?: any;
|
||||
header?: any;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user