import { httpApp } from "@/plugins/axiosApp"; import { Question } from "@/types"; /** 清理复核任务 */ export async function getJSON(url: string) { return httpApp.get(url, { withCredentials: false }); }