From f9c24ba3d5eba45afef222dcd72b6383893efc76 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 07 一月 2025 17:23:32 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
admin/src/api/system/user.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/system/user.js b/admin/src/api/system/user.js
index 13b4a1f..95f6c87 100644
--- a/admin/src/api/system/user.js
+++ b/admin/src/api/system/user.js
@@ -4,6 +4,9 @@
export function fetchList (data) {
return request.post('/visitsAdmin/cloudService/system/user/page', data)
}
+export function pageDriverList (data) {
+ return request.post('/visitsAdmin/cloudService/system/user/pageDriver', data)
+}
// 鏂板缓
export function create (data) {
--
Gitblit v1.9.3