screenFront/src/http/cisma/index.ts

6 lines
119 B
TypeScript

import {get,post} from "@/utils/http"
//气压
export function getCismaList(){
return get('/cisma/getCismaList')
}