import { $clue } from './index'; export default { /** * 查询已下发的线索清单 */ getClues(time) { return $clue.get(`feedback/queryYxfList?updateTime=${time}`); } };