南昌市物联网技防平台-前端
zengh
2021-03-17 e5a8034f88c06cb9c485436c31033d807d577a12
src/views/realTimePolice/real.vue
@@ -1008,7 +1008,7 @@
    },
    queryOldVideo(data) {
      var newAxios = axios.create({
        baseURL: "http://36.134.81.48:18000",
        baseURL: "https://web.byisf.com:18000",
        withCredentials: false,
        headers: {
          "Content-type": "application/x-www-form-urlencoded",
@@ -1030,7 +1030,7 @@
        .then((res) => {
          newAxios
            .get(
              `https://36.134.81.48:18000/GetPlayUrl?deviceCode=${data.serialNumber}&chl=${data.channelNumber}`
              `https://web.byisf.com:18000/GetPlayUrl?deviceCode=${data.serialNumber}&chl=${data.channelNumber}`
            )
            .then((result) => {
              this.innerVisibleVideo = true;
@@ -1096,7 +1096,7 @@
    },
    aKeyToCall(e, form) {
      var newCallAxios = axios.create({
        baseURL: "http://36.134.81.48:18000",
        baseURL: "https://web.byisf.com:18000",
        withCredentials: false,
        headers: {
          "Content-Type": "application/json;",