shuisheng 1 рік тому
батько
коміт
9ddf85eba8

+ 0 - 1
src/utils/network/webRTC.ts

@@ -644,7 +644,6 @@ export class WebRTCClass {
   /** 更新store */
   update = () => {
     const networkStore = useNetworkStore();
-    console.log('updateRtcMap', this.receiver);
     networkStore.updateRtcMap(this.receiver, this);
   };
 }

+ 2 - 2
src/views/doc/privatizationDeployment/index.vue

@@ -43,8 +43,8 @@
         <div class="hr"></div>
         <div class="item">
           <h2>收费标准</h2>
-          <p>1.咨询费用:每小时50元。</p>
-          <p>2.开发费用:每小时150-300元,具体视情况而定。</p>
+          <p>1.咨询费用:每小时50-100元。</p>
+          <p>2.开发费用:每小时150-300元。</p>
         </div>
         <div class="hr"></div>
         <div class="item">

+ 0 - 5
src/views/push/index.vue

@@ -587,7 +587,6 @@ watch(
       // if (item.localStream?.id) {
       //   lockMap.value.add(item.localStream?.id);
       // }
-      console.log('kkkkkkkkkk1111', item);
       addMediaOk({
         id: getRandomEnglishString(6),
         openEye: true,
@@ -1170,7 +1169,6 @@ function autoCreateVideo(data: {
         const height =
           stream?.getVideoTracks()[0].getSettings().height! ||
           videoEl.videoHeight;
-        console.log(width, height, '353333', videoEl.videoWidth);
         ratio = handleScale({ width, height });
         videoEl.width = width;
         videoEl.height = height;
@@ -1872,10 +1870,7 @@ async function addMediaOk(val: AppRootState['allTrack'][0]) {
     cacheStore.setResourceList(res);
     console.log('获取pk成功');
   } else if (val.type === MediaTypeEnum.metting) {
-    console.log('mettingmetting111');
     const event = val.stream;
-    console.log('mettingmetting111', event);
-    console.log(val, '22');
 
     if (!event) return;
     const videoTrack = val;