web_src/src/components/UiHeader.vue
@@ -34,7 +34,7 @@ let that = this; if (this.alarmNotify) { console.log("申请SSE推送API调用,浏览器ID: " + this.$browserId); this.sseSource = new EventSource('/api/emit?browserId=' + this.$browserId); this.sseSource = new EventSource('/api/emit?browserId=' + this.$browserId); this.sseSource.addEventListener('message', function(evt) { that.$notify({ title: '收到报警信息', @@ -59,7 +59,7 @@ this.sseSource.removeEventListener('message', null); this.sseSource.removeEventListener('error', null); this.sseSource.close(); } } } }, mounted() {