6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
import {get,post} from "@/utils/http"
|
|
|
|
//气压
|
|
export function getCismaList(){
|
|
return get('/cisma/getCismaList')
|
|
} |