仪表盘
版本库
文件存储
活动
搜索
登录
productDev
/
dmvisit
访客系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
最新版本541200007
doum
2025-09-11
7298d5354963a88643a543b51b90192dc9fc934c
[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
})
}