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