From d0b48c582f8500f2bc0f6af54b23697e7567aa4d Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Tue, 25 Apr 2023 08:35:30 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=9C=A8=E7=BA=BF=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=A2=9E=E5=8A=A0=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.config.json | 2 +- src/app/pages/login/login.component.ts | 4 ++-- .../create-plan-online-five.component.ts | 5 ++++- .../entry-plan-look/entry-plan-look.component.ts | 4 +++- src/index.html | 8 ++++---- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/proxy.config.json b/proxy.config.json index e7ec4d2..040b81f 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,6 +1,6 @@ { "/api": { - "target": "http://121.36.37.70:8201/", + "target": "http://10.81.73.39:8000/", "secure": false, "changeOrigin": true } diff --git a/src/app/pages/login/login.component.ts b/src/app/pages/login/login.component.ts index 10ddac5..447f180 100644 --- a/src/app/pages/login/login.component.ts +++ b/src/app/pages/login/login.component.ts @@ -74,10 +74,10 @@ export class LoginComponent implements OnInit { dialogRef.afterClosed().subscribe((data) => { sessionStorage.setItem('isDefaultPassword', 'false') - this.lookUpdateData() + // this.lookUpdateData() }); } else { - this.lookUpdateData() + // this.lookUpdateData() } } diff --git a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts index 0f5f6b3..7a1b7a6 100644 --- a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts +++ b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts @@ -2304,6 +2304,7 @@ export class CreatePlanOnlineFiveComponent implements OnInit { fileData; iftrue = false; fileSc(e) { + console.log("你好啊"); this.clickTitleItem(this.planTemplateData[1]); this.iftrue = true; const config = new MatSnackBarConfig(); @@ -2328,7 +2329,9 @@ export class CreatePlanOnlineFiveComponent implements OnInit { this.unitData.buildingTypes[0].name == "影剧院" || this.unitData.buildingTypes[0].name == "展览建筑" || this.unitData.buildingTypes[0].name == "养老院" || - this.unitData.buildingTypes[0].name == "会议中心" + this.unitData.buildingTypes[0].name == "会议中心" || + this.unitData.buildingTypes[0].name == "古建筑" || + this.unitData.buildingTypes[0].name == "多层" ? 4 : this.unitData.buildingTypes[0].name == "储罐类" ? "StorageTankFivePlan" diff --git a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts index 2e093a5..84976b4 100644 --- a/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts +++ b/src/app/plan-management/entry-plan-look/entry-plan-look.component.ts @@ -987,7 +987,9 @@ export class EntryPlanLookComponent implements OnInit { this.unitdata.unittype == "影剧院" || this.unitdata.unittype == "展览建筑" || this.unitdata.unittype == "养老院" || - this.unitdata.unittype == "会议中心" + this.unitdata.unittype == "会议中心" || + this.unitdata.unittype == "古建筑" || + this.unitdata.unittype == "多层" ? 4 : this.unitdata.unittype == "储罐类" ? "StorageTankFivePlan" diff --git a/src/index.html b/src/index.html index 6175e15..7ca66fa 100644 --- a/src/index.html +++ b/src/index.html @@ -31,12 +31,12 @@ securityJsCode: '0afa0b144398727fad2ca06f5f7156b3' } - + +