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 }