feat: fix development env and add generate component
This commit is contained in:
13
src/apis/example.ts
Normal file
13
src/apis/example.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import http from "@/utils/http";
|
||||
|
||||
const url = "";
|
||||
|
||||
const data = {};
|
||||
|
||||
export const exampleApi = () => {
|
||||
return http({
|
||||
url,
|
||||
method: "POST",
|
||||
data,
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user