jhbigscreen/src/api/index.js

40 lines
1.1 KiB
JavaScript

import project from './project/index'
import dept from './dept/index'
import schedule from './schedule/index'
import quarterlyAssess from './quarterlyAssess/index'
import problemmodify from './problemmodify/index'
import workFile from './workFile/index'
import workTrain from './workTrain/index'
import special from './special/index'
import dict from './dict/index'
import attendance from './attendance/index'
import insurance from './insurance/index'
import journalism from './journalism/index'
import buildNode from './buildNode'
import projectChecking from './projectChecking/index'
import measure from './measure/index'
import materialSeal from './materialSeal/index'
import checkDetection from './checkDetection/index'
import video from './video/index'
import {axios} from '@/utils/request'
export default {
project,
dept,
schedule,
quarterlyAssess,
problemmodify,
workFile,
workTrain,
special,
dict,
attendance,
insurance,
journalism,
buildNode,
projectChecking,
measure,
materialSeal,
checkDetection,
http:axios,
video
}