From 931292b9a9650e7ac5c95eab43b79c1fe56abd73 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 21 Feb 2021 08:41:06 +0800
Subject: [PATCH] 外网版本(接口地址、端口等改动)

---
 src/views/realTimePolice/real.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/realTimePolice/real.vue b/src/views/realTimePolice/real.vue
index 24cb7b4..f1b1aa4 100644
--- a/src/views/realTimePolice/real.vue
+++ b/src/views/realTimePolice/real.vue
@@ -279,7 +279,7 @@
       <iframe
         id="mapDiv"
         ref="mapDiv"
-        src="http://36.134.81.48:18000/map/index.html"
+        src="http://36.134.81.48:18001/map/index.html"
         frameborder="0"
         width="100%"
         height="100%"
@@ -765,6 +765,7 @@
       }
     },
     handleStart(row) {
+      debugger
       this.$router.push({
         path: `/real/video/${row.channelNumber}/${row.serialNumber}`
       });
@@ -921,7 +922,7 @@
     },
     queryOldVideo(data) {
       var newAxios = axios.create({
-        baseURL: "https://s16s652780.51mypc.cn",
+        baseURL: "http://36.134.81.48:18000",
         withCredentials: false,
         headers: {
           "Content-type": "application/x-www-form-urlencoded"
@@ -1009,7 +1010,7 @@
     },
     aKeyToCall(e, form) {
       var newCallAxios = axios.create({
-        baseURL: "https://s16s652780.51mypc.cn",
+        baseURL: "http://36.134.81.48:18000",
         withCredentials: false,
         headers: {
           "Content-Type": "application/json;"

--
Gitblit v1.9.3