From a90845ac98e3adcef19d5bed7e245e5dbe4bfb8d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 09 Apr 2021 10:00:33 +0800
Subject: [PATCH] 关闭视频录制,接口待调整

---
 src/views/realTimePolice/real.vue |   16 ++++++++--------
 src/page/index/logo.vue           |   28 ++++++++++++++--------------
 2 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index e7b5548..987f282 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -401,13 +401,13 @@
                     `https://web.byisf.com:18000/GetPlayUrl?deviceCode=${that.form.serialNumber}&chl=${that.form.channelNumber}`
                   )
                   .then((result) => {
-                    axios({
-                      method: "post",
-                      url: `/api/blade-jfpts/rvideo/rVoids`,
-                      params: {
-                        url: result.data.data.flv,
-                      },
-                    }).then((resdata) => {});
+                    // axios({
+                    //   method: "post",
+                    //   url: `/api/blade-jfpts/rvideo/rVoids`,
+                    //   params: {
+                    //     url: result.data.data.flv,
+                    //   },
+                    // }).then((resdata) => {});
                   });
               });
             if (
@@ -572,13 +572,13 @@
         .then(function () {
           that.dialogTableVisible = false;
 
-          axios({
-            method: "post",
-            url: `/api/blade-jfpts/rvideo/stop`,
-            params: {
-              jid: row.id,
-            },
-          }).then((resdata) => {});
+          // axios({
+          //   method: "post",
+          //   url: `/api/blade-jfpts/rvideo/stop`,
+          //   params: {
+          //     jid: row.id,
+          //   },
+          // }).then((resdata) => {});
 
           that.$router.push({
             path: "/policeTracking/track",
diff --git a/src/views/realTimePolice/real.vue b/src/views/realTimePolice/real.vue
index 13fcc15..a1a0f02 100644
--- a/src/views/realTimePolice/real.vue
+++ b/src/views/realTimePolice/real.vue
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-03-17 15:21:33
  * @Last Modified by: Morpheus
- * @Last Modified time: 2021-04-07 17:36:33
+ * @Last Modified time: 2021-04-09 09:59:32
  */
 <template>
   <basic-container>
@@ -1137,13 +1137,13 @@
         .then(function () {
           that.dialogTableVisible = false;
 
-          axios({
-            method: "post",
-            url: `/api/blade-jfpts/rvideo/stop`,
-            params: {
-              jid: row.id,
-            },
-          }).then((resdata) => {});
+          // axios({
+          //   method: "post",
+          //   url: `/api/blade-jfpts/rvideo/stop`,
+          //   params: {
+          //     jid: row.id,
+          //   },
+          // }).then((resdata) => {});
 
           that.onLoad(that.page, that.query);
           that.$router.push({

--
Gitblit v1.9.3