mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-26 04:23:40 +08:00
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