From 4a449f3857188b15f09243be979bc928abee9910 Mon Sep 17 00:00:00 2001 From: wangjh12 Date: Wed, 30 Apr 2025 17:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexOvervoew.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/indexOvervoew.js b/src/api/indexOvervoew.js index 3d074885..cc4fa764 100644 --- a/src/api/indexOvervoew.js +++ b/src/api/indexOvervoew.js @@ -8,7 +8,7 @@ export const boeuExamPageList = (obj) => http.post('/report/boeu/exam/pageList', //概览页面案例列表请求接口 export const boeuCasePageList = (obj) => http.post('/report/boeu/case/pageList', obj) // 请求组织接口 -export const userGetUserOrg = (obj) => https.get(`/report/organization/all/tree`,obj) +export const userGetUserOrg = (obj) => https.get(`/organization/all/tree`,obj) // 请求所属组织接口 export const userInfo = (obj) => https.post('/report/user/info', obj) // 课程列表接口