Files
zhxg_xsbdV1.0/api/information-check.js

12 lines
259 B
JavaScript
Raw Normal View History

2025-07-16 17:44:45 +08:00
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")
}