From d2b2e663a4fb8d93898d23028ce85adfe13dfe45 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 22 Dec 2022 10:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=8E=B7=E5=8F=96=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E6=A0=91api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 9b949e9..c5be25f 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -129,7 +129,7 @@ export function updateAuthRole(data) { // 查询部门下拉树结构 export function deptTreeSelect() { return request({ - url: '/system/user/deptTree', + url: '/system/dept/treeselect', method: 'get' }) }