const serviceModule = { getdeviceList: { url: '/device_list.do', method: 'get' } } const ApiSetting = { ...serviceModule } export default ApiSetting