diff --git a/proxy.config.json b/proxy.config.json index 1ba29a0..56dbf3c 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,7 +1,7 @@ { "/api": { - "target": "http://39.106.78.171:8890", + "target": "http://218.75.214.31:28085", "secure": false, "changeOrigin": true } -} \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/key-unit/key-unit-management/upname.html b/src/app/key-unit/key-unit-management/upname.html index b5ce735..ae04e10 100644 --- a/src/app/key-unit/key-unit-management/upname.html +++ b/src/app/key-unit/key-unit-management/upname.html @@ -17,7 +17,7 @@
- +
diff --git a/src/app/key-unit/realistic-picture-look/realistic-picture.component.ts b/src/app/key-unit/realistic-picture-look/realistic-picture.component.ts index 3024591..5dc7711 100644 --- a/src/app/key-unit/realistic-picture-look/realistic-picture.component.ts +++ b/src/app/key-unit/realistic-picture-look/realistic-picture.component.ts @@ -29,12 +29,12 @@ export class RealisticPictureLookComponent implements OnInit { companyId : companyId }}).subscribe((data:any)=>{ this.allRealPicture = data - this.allRealPicture.unshift({ - companyId:sessionStorage.getItem('companyId'), - id:'重点部位', - name: "重点部位", - realityImages:null - }) + // this.allRealPicture.unshift({ + // companyId:sessionStorage.getItem('companyId'), + // id:'重点部位', + // name: "重点部位", + // realityImages:null + // }) this.selectReal = data[0] this.getAllRealPicture() }) @@ -77,7 +77,7 @@ export class RealisticPictureLookComponent implements OnInit { getAllRealPicture () { if (this.selectReal) { let data - if(this.selectReal.id == '重点部位'){ + if(this.selectReal.id == 'xxxxxxxxxxxxx'){ data = { groupId: this.selectReal.id, companyId : this.selectReal.companyId, diff --git a/src/app/key-unit/realistic-picture/realistic-picture.component.ts b/src/app/key-unit/realistic-picture/realistic-picture.component.ts index 01fef81..396115b 100644 --- a/src/app/key-unit/realistic-picture/realistic-picture.component.ts +++ b/src/app/key-unit/realistic-picture/realistic-picture.component.ts @@ -30,12 +30,12 @@ export class RealisticPictureComponent implements OnInit { companyId : companyId }}).subscribe((data:any)=>{ this.allRealPicture = data - this.allRealPicture.unshift({ - companyId:sessionStorage.getItem('companyId'), - id:'重点部位', - name: "重点部位", - realityImages:null - }) + // this.allRealPicture.unshift({ + // companyId:sessionStorage.getItem('companyId'), + // id:'重点部位', + // name: "重点部位", + // realityImages:null + // }) this.selectReal = data[0] this.getAllRealPicture() }) @@ -78,7 +78,7 @@ export class RealisticPictureComponent implements OnInit { getAllRealPicture () { if (this.selectReal) { let data - if(this.selectReal.id == '重点部位'){ + if(this.selectReal.id == 'xxxxxxxxxxx'){ data = { groupId: this.selectReal.id, companyId : this.selectReal.companyId,