南昌市物联网技防平台-前端
zengh
2021-03-17 31ea728d7b5b30b87e0faa88759e2b0191855e27
src/views/policeTracking/policeTracking.vue
@@ -305,7 +305,7 @@
      <iframe
        id="mapDiv"
        ref="mapDiv"
        src="http://web.byisf.com:18001/map/index.html?openid=ClientManagement"
        src="https://web.byisf.com:18001/map/index.html?openid=ClientManagement"
        frameborder="0"
        width="100%"
        height="100%"
@@ -340,7 +340,7 @@
    , methods: {
      onSubmit() {
        var newAxios = axios.create({
          baseURL: "http://web.byisf.com:18001",
          baseURL: "https://web.byisf.com:18001",
          withCredentials: false,
          headers: {},
        });