From 406d24ada4ab69ba76e9131f6ff34083cf824c8a Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 7 Nov 2022 16:44:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=8E=BB=E6=8E=89=E5=8D=B8?= =?UTF-8?q?=E6=B2=B9=E5=8C=BA=E5=89=AA=E5=A4=B4=E6=A0=87=E7=BB=98=E7=9A=84?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- proxy.config.json | 4 ++-- .../host-config/host-config.component.ts | 5 ++++- .../image-label2/image-label2.component.ts | 10 +++++++++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f67166b..43ad8af 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "ng": "ng", - "start": "ng serve --proxy-config proxy.config.json --open --port 4000 ", + "start": "ng serve --proxy-config proxy.config.json --open --port 1234 ", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" diff --git a/proxy.config.json b/proxy.config.json index fe029a2..df2c281 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,11 +1,11 @@ { "/api": { - "target": "http://10.156.134.54:8080", + "target": "http://121.36.37.70:8080", "secure": false, "changeOrigin": true }, "/signalr": { - "target": "http://10.156.134.54:8080", + "target": "http://121.36.37.70:8080", "secure": false, "ws": true, "logLevel": "debug" diff --git a/src/app/system-management/host-config/host-config.component.ts b/src/app/system-management/host-config/host-config.component.ts index 602f25a..4f4933e 100644 --- a/src/app/system-management/host-config/host-config.component.ts +++ b/src/app/system-management/host-config/host-config.component.ts @@ -359,7 +359,10 @@ sources:` return item.isEnabled; }) - console.log(copyListOfData) + console.log('摄像头列表',copyListOfData) + + // return + let config1 = `[property] enable=1 diff --git a/src/app/system-management/image-label2/image-label2.component.ts b/src/app/system-management/image-label2/image-label2.component.ts index 816425c..67484b8 100644 --- a/src/app/system-management/image-label2/image-label2.component.ts +++ b/src/app/system-management/image-label2/image-label2.component.ts @@ -104,7 +104,15 @@ export class ImageLabel2Component implements OnInit { } this.camerasData.dimensionedPoints.polygon = this.points } else if (this.markType === 2) { - if (this.arrowPoints.length != 2 || this.oblongPoints.length != 2 || !this.oblongPoints.find(item => { return item.oilUnloadingArea }) || !this.oblongPoints.find(item => { return !item.oilUnloadingArea })) { + + console.log(this.arrowPoints) + + if(this.arrowPoints.length == 1){ + this.message.create('warning', '请将箭头标绘完整!'); + return + } + + if (this.oblongPoints.length != 2 || !this.oblongPoints.find(item => { return item.oilUnloadingArea }) || !this.oblongPoints.find(item => { return !item.oilUnloadingArea })) { this.message.create('warning', '绘制完整后可保存!'); return }