编辑
下 载 -->
-
+
@@ -638,6 +641,9 @@ export default {
},
],
},
+
+ // 地图弹框
+ mapDialogVisible: false,
}
},
created() {
@@ -844,8 +850,10 @@ export default {
deviceType: row.deviceType,
}
// 点击打开弹框
- this.$refs.mapDialog.openMapDialog(true)
- this.$refs.mapDialog.getEquipmentInfo(params)
+ // this.$refs.mapDialog.openMapDialog(true)
+ this.mapDialogVisible = true
+
+ // this.$refs.mapDialog.getEquipmentInfo(params)
},
handlePush() {
this.$modal
@@ -875,6 +883,11 @@ export default {
this.$message.info('已取消推送')
})
},
+
+ /** 关闭地图弹框 */
+ handelCloseDialog() {
+ this.mapDialogVisible = false
+ },
},
}
diff --git a/sgzb-ui/vue.config.js b/sgzb-ui/vue.config.js
index 3e0de6de..db48f42d 100644
--- a/sgzb-ui/vue.config.js
+++ b/sgzb-ui/vue.config.js
@@ -46,7 +46,7 @@ module.exports = {
// target: `http://10.40.92.81:8080`, //韩/
// target: `http://192.168.2.81:28080`,//旭/
// target: `http://192.168.2.248:28080`, //帅
- target: `http://192.168.2.241:28080`, //福
+ target: `http://192.168.2.246:28080`, //福
//******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;