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