mirror of
https://github.com/PlayEdu/backend
synced 2026-03-10 18:20:06 +08:00
首页概览数据
This commit is contained in:
5
src/api/dashboard.ts
Normal file
5
src/api/dashboard.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import client from "./internal/httpClient";
|
||||
|
||||
export function dashboardList() {
|
||||
return client.get("/backend/v1/dashboard/index", {});
|
||||
}
|
||||
@@ -12,3 +12,4 @@ export * as resource from "./resource";
|
||||
export * as upload from "./upload";
|
||||
export * as user from "./user";
|
||||
export * as appConfig from "./app-config";
|
||||
export * as dashboard from "./dashboard";
|
||||
|
||||
Reference in New Issue
Block a user