Merge branch 'dev_m' into develop

This commit is contained in:
BOE\10867418
2023-03-29 15:12:45 +08:00
4 changed files with 414 additions and 108 deletions

View File

@@ -23,3 +23,7 @@ export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList',
export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj)
// 概览页面 tab头数据
export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj)
// 路径图列表
export const boeuRouterPlatePageList = (obj) => http.post('/boeu/routerPlate/pageList', obj)
// 案例列表
export const boeuCasePlatePageList = (obj) => http.post('/boeu/case/pageList', obj)

6
src/api/indexWay.js Normal file
View File

@@ -0,0 +1,6 @@
import http from "./configz";
import https from './confign'
// 请求组织接口
export const userGetUserOrg = (obj) => https.post('/user/getUserOrg', obj)
// 路径图列表
export const boeuRouterPlatePageList = (obj) => http.post('/boeu/routerPlate/pageList', obj)