From b7adcaff77a5028458380ab1e86a1087f35e7b60 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 17 二月 2025 11:06:51 +0800
Subject: [PATCH] 1.分页查询修改

---
 src/api/system/user.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 13fb049..403ace7 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -168,7 +168,7 @@
 // 鑾峰彇鍗曚綅
 export function selectCustomEnum() {
   return request({
-    url: '/user/selectCustomEnum',
+    url: '/system/custom/selectCustomEnum',
     method: 'get',
   })
 }

--
Gitblit v1.9.3