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'
}
-
+
+