仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmvisit
访客系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
ll
liukangdong
2024-09-20
4dc059a045a7e6b189c8fb1078a5b9c3dd2e601d
[productDev/dmvisit.git]
/
h5_meeting
/
api
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
import { http } from '@/utils/service.js'
export * from '@/utils/config.js'
//
export const meetScreenData = (data) => {
return http({
url: '/meetingAdmin/cloudService/web/meeting/meetScreenData',
method: 'get',
data
})
}