南昌市物联网技防平台-前端
zengh
2021-04-16 9d9fe407372fc0c17572a0a22ae4020d07cf8e28
地图跨域修复
3 files modified
4 ■■■■ changed files
src/views/policeInformationDistribution/patrolManagement.vue 2 ●●● patch | view | raw | blame | history
src/views/policeInformationDistribution/policeManagementTeam.vue 2 ●●● patch | view | raw | blame | history
vue.config.js patch | view | raw | blame | history
src/views/policeInformationDistribution/patrolManagement.vue
@@ -1,5 +1,5 @@
<template>
<iframe src="/map/index.html?openid=PatrolManagement" style="width: 100%;height: 100%" frameborder="0"></iframe>
<iframe src="https://web.byisf.com/map/index.html?openid=PatrolManagement" style="width: 100%;height: 100%" frameborder="0"></iframe>
</template>
<script>
src/views/policeInformationDistribution/policeManagementTeam.vue
@@ -1,5 +1,5 @@
<template>
<iframe src="/map/index.html?openid=APoliceTeam" style="width: 100%;height: 100%" frameborder="0"></iframe>
<iframe src="https://web.byisf.com/map/index.html?openid=APoliceTeam" style="width: 100%;height: 100%" frameborder="0"></iframe>
</template>
<script>
vue.config.js