Merge branch 'dev' into gyj

This commit is contained in:
gyj
2024-01-23 14:07:21 +08:00
6 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import request from '@/utils/request'
// 生成会议号
export function createRoomId(data) {
return request({
url: 'video/createRoomId',
url: 'caseApplication/createRoomId',
method: 'get',
params: data
})