mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-24 15:37:19 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
import { http } from "/@/utils/http";
|
|
|
|
export const getAsyncRoutes = (data?: object) => {
|
|
return http.request("get", "/getAsyncRoutes", data);
|
|
};
|