This commit is contained in:
wangqiong
2024-03-05 11:51:02 +08:00
parent b1c1cde3c9
commit 96fa2020e5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import axios from "@/utils/request";
let baseUrlZc = 'https://api.xayunmei.com/zhongcaiapi';
let baseUrl = 'https://api.xayunmei.com/tiaojieapitest';
let baseUrl = 'https://api.xayunmei.com/tiaojieapi';
// let baseUrl = 'http://121.40.189.20:6001';
// 获取usersig
export function getUsersig(userId) {
+1 -1
View File
@@ -1,6 +1,6 @@
import axios from "@/utils/request";
let baseUrlZC = 'https://api.xayunmei.com/zhongcaiapi';
let baseUrl = 'https://api.xayunmei.com/tiaojieapitest';
let baseUrl = 'https://api.xayunmei.com/tiaojieapi';
// let baseUrl = 'http://121.40.189.20:6001';
// 开始云端录制
export function startVideo(data) {
+1 -1
View File
@@ -61,7 +61,7 @@ export default {
// 根据案件id查询主持人信息
async reserveConferenceListFn(data) {
await reserveConferenceList(data).then(res => {
if (res.data.length > 1) {
if (res.data.length >= 1) {
if (this.userCode == res.data[0].userId) {
this.roleFlag = true;
} else {
+1 -1
View File
@@ -21,7 +21,7 @@ export default {
return {
roomId: null,
taskId: null,
roleFlag: false,
roleFlag: true,
caseId:""
};
},