import http from "@/utils/request"; export const envApi = { /** * 处理报警记录 */ handleWarnInfo: path => http.get(path), }