From 19a06d7cd879f8344757908a1f8c6c10cc22c370 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 28 Jan 2026 23:02:00 +0800
Subject: [PATCH] 1
---
src/api/home.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/api/home.js b/src/api/home.js
index 816ab5e..a4fed22 100644
--- a/src/api/home.js
+++ b/src/api/home.js
@@ -37,6 +37,7 @@
adminsetSiteStyle: '/api/admin/setSiteStyle.do', // 设置网站风格
admingetSiteStyle: '/api/admin/getSiteStyle.do', // 获取网站风格
dksp: '/admin/dksp.do', // 通过||拒绝贷款
+ pendingCount: '/admin/notification/pendingCount.do', // 获取待处理数量
}
/**
@@ -250,6 +251,13 @@
})
}
+export function getPendingCount() {
+ return request({
+ url: userApi.pendingCount,
+ method: 'post',
+ })
+}
+
export function userdelete(parameter) {
return request({
url: userApi.userdelete,
--
Gitblit v1.9.3