jhbigscreen/src/api/index.js

53 lines
1.4 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 costOut from './costOut/index'
import checkDetection from './checkDetection/index'
import standard from './standard/index'
import flow from './flow/index'
import video from './video/index'
import aiBoxVideo from './video/aiBoxVideo'
import plan from './plan/index'
import periodical from './periodical/index'
import {axios,download} from '@/utils/request'
export default {
project,
dept,
schedule,
quarterlyAssess,
problemmodify,
workFile,
workTrain,
special,
dict,
periodical,
costOut,
attendance,
insurance,
journalism,
buildNode,
projectChecking,
measure,
materialSeal,
checkDetection,
http:axios,
video,
aiBoxVideo,
standard,
flow,
plan,
downFile:download
}