diff --git a/src/api/indexOvervoew.js b/src/api/indexOvervoew.js
index 1d4353c8..8eafa8a5 100644
--- a/src/api/indexOvervoew.js
+++ b/src/api/indexOvervoew.js
@@ -8,7 +8,7 @@ export const boeuExamPageList = (obj) => http.post('/boeu/exam/pageList', obj)
//概览页面案例列表请求接口
export const boeuCasePageList = (obj) => http.post('/boeu/case/pageList', obj)
// 请求组织接口
-export const userGetUserOrg = (obj) => http.post('/org/getUserOrg', obj)
+export const userGetUserOrg = (obj) => https.get(`/organization/all/tree`,obj)
// 请求所属组织接口
export const userInfo = (obj) => https.post('/user/info', obj)
// 课程列表接口
@@ -21,6 +21,8 @@ export const boeuRoterPageList = (obj) => http.post('/boeu/router/pageList', obj
export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', obj)
// 学习数据列表
export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj)
+// 考试列表分页
+export const boeuExamPageListV2 = (obj) => http.post('/boeu/exam/pageList/v2', obj )
// 概览页面 tab头数据
export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj)
// 路径图列表
diff --git a/src/api/indexProject.js b/src/api/indexProject.js
index e3aafe5f..7807ef11 100644
--- a/src/api/indexProject.js
+++ b/src/api/indexProject.js
@@ -1,7 +1,7 @@
import http from "./configz";
import https from './confign'
// 请求组织接口
-export const userGetUserOrg = (obj) => https.post('/user/getUserOrg', obj)
+export const userGetUserOrg = (obj) => https.get('/organization/all/tree', obj)
// 请求所属组织接口
export const userInfo = (obj) => https.post('/user/info', obj)
// 项目列表
diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue
index b5f391b2..4d2fa72d 100644
--- a/src/components/NavLeft.vue
+++ b/src/components/NavLeft.vue
@@ -423,7 +423,7 @@
下载中心
-
+
报表中心
-
+
运营数据概览
-