panlinlin
2021-04-19 6e67b1902e783b4a13a7d8e83fd894dda2e4f61e
web_src/src/components/UiHeader.vue
@@ -59,8 +59,8 @@
        sseControl() {
            let that = this;
            if (this.alarmNotify) {
                console.log("申请SSE推送API调用,浏览器ID: " + this.$browserId);
                this.sseSource = new EventSource('/api/emit?browserId=' + this.$browserId);
              console.log("申请SSE推送API调用,浏览器ID: " + this.$browserId);
              this.sseSource = new EventSource('/api/emit?browserId=' + this.$browserId);
               this.sseSource.addEventListener('message', function(evt) {
                    that.$notify({
                        title: '收到报警信息',