wangqiong 2 yıl önce
ebeveyn
işleme
96fa2020e5

+ 1
- 1
src/api/home.js Dosyayı Görüntüle

1
 import axios from "@/utils/request";
1
 import axios from "@/utils/request";
2
 let baseUrlZc = 'https://api.xayunmei.com/zhongcaiapi';
2
 let baseUrlZc = 'https://api.xayunmei.com/zhongcaiapi';
3
-let baseUrl = 'https://api.xayunmei.com/tiaojieapitest';
3
+let baseUrl = 'https://api.xayunmei.com/tiaojieapi';
4
 // let baseUrl = 'http://121.40.189.20:6001';
4
 // let baseUrl = 'http://121.40.189.20:6001';
5
 // 获取usersig
5
 // 获取usersig
6
 export function getUsersig(userId) {
6
 export function getUsersig(userId) {

+ 1
- 1
src/api/room.js Dosyayı Görüntüle

1
 import axios from "@/utils/request";
1
 import axios from "@/utils/request";
2
 let baseUrlZC = 'https://api.xayunmei.com/zhongcaiapi';
2
 let baseUrlZC = 'https://api.xayunmei.com/zhongcaiapi';
3
-let baseUrl = 'https://api.xayunmei.com/tiaojieapitest';
3
+let baseUrl = 'https://api.xayunmei.com/tiaojieapi';
4
 // let baseUrl = 'http://121.40.189.20:6001';
4
 // let baseUrl = 'http://121.40.189.20:6001';
5
 // 开始云端录制
5
 // 开始云端录制
6
 export function startVideo(data) {
6
 export function startVideo(data) {

+ 1
- 1
src/components/homepc.vue Dosyayı Görüntüle

61
     // 根据案件id查询主持人信息
61
     // 根据案件id查询主持人信息
62
     async reserveConferenceListFn(data) {
62
     async reserveConferenceListFn(data) {
63
       await reserveConferenceList(data).then(res => {
63
       await reserveConferenceList(data).then(res => {
64
-        if (res.data.length > 1) {
64
+        if (res.data.length >= 1) {
65
           if (this.userCode == res.data[0].userId) {
65
           if (this.userCode == res.data[0].userId) {
66
             this.roleFlag = true;
66
             this.roleFlag = true;
67
           } else {
67
           } else {

+ 1
- 1
src/views/components/roomFooter.vue Dosyayı Görüntüle

21
         return {
21
         return {
22
             roomId: null,
22
             roomId: null,
23
             taskId: null,
23
             taskId: null,
24
-            roleFlag: false,
24
+            roleFlag: true,
25
             caseId:""
25
             caseId:""
26
         };
26
         };
27
     },
27
     },