import axios from "@/config/api.js"; export function getCheckList(){ return axios.get("/stureg/check/list") } export function updateCheck(){ return axios.get("/stureg/check/update") } export function getCheckksh(){ return axios.get("/stureg/check/ksh") }