提交
This commit is contained in:
+1
-1
@@ -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
@@ -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) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -21,7 +21,7 @@ export default {
|
||||
return {
|
||||
roomId: null,
|
||||
taskId: null,
|
||||
roleFlag: false,
|
||||
roleFlag: true,
|
||||
caseId:""
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user