diff --git a/src/views/firefighting/points/components/list.vue b/src/views/firefighting/points/components/list.vue
index a16744e..d28bce7 100644
--- a/src/views/firefighting/points/components/list.vue
+++ b/src/views/firefighting/points/components/list.vue
@@ -246,13 +246,14 @@ export default {
handleShowQr(ROW) {
this.dialogFormShow = true
this.qrInfo = ROW
- // this.qrcodeStr = this.config.weburlWaiwang + 'static/qrcode/views/bsbw/point_list.html?id=' + ROW.FIRE_POINT_ID
- const json = {
- MANAGER_TYPE: 'fireListManager',
- FIRE_POINT_ID: ROW.FIRE_POINT_ID
- }
- const jsonStr = JSON.stringify(json)
- this.qrcodeStr = jsonStr
+ // 2024-07-22 齐金城确认后,将代码还原,如果不还原则无法显示H5页面和。created by liu jun
+ this.qrcodeStr = this.config.weburlWaiwang + 'static/qrcode/views/bsbw/point_list.html?id=' + ROW.FIRE_POINT_ID
+ // const json = {
+ // MANAGER_TYPE: 'fireListManager',
+ // FIRE_POINT_ID: ROW.FIRE_POINT_ID
+ // }
+ // const jsonStr = JSON.stringify(json)
+ // this.qrcodeStr = jsonStr
},
handleEdit(FIRE_POINT_ID) {
this.$parent.FIRE_POINT_ID = FIRE_POINT_ID
diff --git a/src/views/meteorologicalMonitoring/meteorologicalMonitoringDisplay/index.vue b/src/views/meteorologicalMonitoring/meteorologicalMonitoringDisplay/index.vue
new file mode 100644
index 0000000..efcee40
--- /dev/null
+++ b/src/views/meteorologicalMonitoring/meteorologicalMonitoringDisplay/index.vue
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+