南昌市物联网技防平台-前端
shuishen
2021-03-17 bd378406c32c1415b5e3f12103083736538e567a
部分接口更改
1 files modified
4 ■■■■ changed files
src/views/policeTracking/policeTracking.vue 4 ●●●● patch | view | raw | blame | history
src/views/policeTracking/policeTracking.vue
@@ -305,7 +305,7 @@
      <iframe
        id="mapDiv"
        ref="mapDiv"
        src="https://web.byisf.com/map/index.html?openid=ClientManagement"
        src="http://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: "https://web.byisf.com",
          baseURL: "http://web.byisf.com:18001",
          withCredentials: false,
          headers: {},
        });