From 27c5590aab433687c58dbf41e9271f71008834f0 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期一, 27 二月 2023 11:48:05 +0800 Subject: [PATCH] 修改大屏首页 --- src/api/screen.js | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/api/screen.js b/src/api/screen.js index 5e00108..1ff92b7 100644 --- a/src/api/screen.js +++ b/src/api/screen.js @@ -42,4 +42,14 @@ // 鍥藉缁村害-鏁伴噺缁熻 export function countCountryDimension(params) { return request.get("/oneMap/countCountryDimension", { params: params }) -} \ No newline at end of file +} + +//鏈嶅姟璁块棶娆℃暟 +export function GetServicesVisitsCount(){ + return request.get("/oneMap/countDataServiceType") +} + +//鎸夌収绫诲埆璁块棶缁熻璁块棶娆℃暟 +export function GetTypeVisitsCount(){ + return request.get("/oneMap/countLargeCategories") +} -- Gitblit v1.9.3