提交
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import axios from "@/utils/request";
|
import axios from "@/utils/request";
|
||||||
let baseUrlZc = 'https://api.xayunmei.com/zhongcaiapi';
|
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';
|
// let baseUrl = 'http://121.40.189.20:6001';
|
||||||
// 获取usersig
|
// 获取usersig
|
||||||
export function getUsersig(userId) {
|
export function getUsersig(userId) {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import axios from "@/utils/request";
|
import axios from "@/utils/request";
|
||||||
let baseUrlZC = 'https://api.xayunmei.com/zhongcaiapi';
|
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';
|
// let baseUrl = 'http://121.40.189.20:6001';
|
||||||
// 开始云端录制
|
// 开始云端录制
|
||||||
export function startVideo(data) {
|
export function startVideo(data) {
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
// 根据案件id查询主持人信息
|
// 根据案件id查询主持人信息
|
||||||
async reserveConferenceListFn(data) {
|
async reserveConferenceListFn(data) {
|
||||||
await reserveConferenceList(data).then(res => {
|
await reserveConferenceList(data).then(res => {
|
||||||
if (res.data.length > 1) {
|
if (res.data.length >= 1) {
|
||||||
if (this.userCode == res.data[0].userId) {
|
if (this.userCode == res.data[0].userId) {
|
||||||
this.roleFlag = true;
|
this.roleFlag = true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
roomId: null,
|
roomId: null,
|
||||||
taskId: null,
|
taskId: null,
|
||||||
roleFlag: false,
|
roleFlag: true,
|
||||||
caseId:""
|
caseId:""
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user