import axios from 'axios'; import constant from './constant.js'; const api = { ddConfigGetDate: () => { axios.get() } }