YZProjectCloud/yanzhu-bigscreen/src/api/index.js

18 lines
390 B
JavaScript

import {axios,download} from '@/utils/request'
import project from './project'
import weather from './weather'
import detail from './detail'
import dict from './dict'
import greenCarbon from './greenCarbon'
import videoMonitor from './videoMonitor'
export default {
http:axios,
downFile:download,
project,
weather,
detail,
dict,
greenCarbon,
videoMonitor
}