From afe4caa415eedaa6c8e702e71a0b2ad4c8fa4e59 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 10 Jul 2023 11:34:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E4=BF=AE=E6=94=B9=E9=AB=98?= =?UTF-8?q?=E5=BE=B7key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- proxy.config.json | 2 +- src/app/ui/basicinfo/basicinfo.component.ts | 4 ---- src/index.html | 12 ++++++++++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fcce8f8..5ff30d4 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 1831", "build": "ng build --prod", "test": "ng test", "lint": "ng lint", diff --git a/proxy.config.json b/proxy.config.json index 22db781..8953828 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,6 +1,6 @@ { "/api": { - "target": "http://39.106.78.171:9008", + "target": "http://183.194.244.232:8088/", "secure": false, "changeOrigin": true } diff --git a/src/app/ui/basicinfo/basicinfo.component.ts b/src/app/ui/basicinfo/basicinfo.component.ts index 0c4cd2f..8b9f5b0 100644 --- a/src/app/ui/basicinfo/basicinfo.component.ts +++ b/src/app/ui/basicinfo/basicinfo.component.ts @@ -971,10 +971,6 @@ export class BasicinfoComponent implements OnInit { //提交建筑信息 onSubmitBuildingInfo(value, item, key, invalid) { - // console.log(1,item) - // console.log(2,invalid) - // console.log(3,value) - // console.log(4,this.allunittype) if (invalid) { const config = new MatSnackBarConfig(); config.verticalPosition = 'top'; diff --git a/src/index.html b/src/index.html index 203758a..997914f 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,6 @@ + 数据采集平台 @@ -8,8 +9,15 @@ + - - + + + + \ No newline at end of file