4 lines
138 B
JavaScript
4 lines
138 B
JavaScript
import {post} from './http.js'
|
|
// 获取大屏所有数据
|
|
export const getAllBigScreen = () => post('api/bigScreen/getAllBigScreen', {})
|