perf: update
This commit is contained in:
5
src/api/routes.ts
Normal file
5
src/api/routes.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { http } from "/@/utils/http";
|
||||
|
||||
export const getAsyncRoutes = (data?: object) => {
|
||||
return http.request("get", "/getAsyncRoutes", data);
|
||||
};
|
Reference in New Issue
Block a user