From aa43b3c2d7c2c50027e6814290dd26c98aa14983 Mon Sep 17 00:00:00 2001
From: qq55341701 <55341701@qq.com>
Date: Mon, 28 Mar 2022 08:22:24 +0800
Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E5=AE=9E=E6=99=AF=E5=9B=BE?=
=?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4=E7=9A=84=E9=87=8D=E7=82=B9?=
=?UTF-8?q?=E9=83=A8=E4=BD=8D=E6=96=87=E4=BB=B6=E5=A4=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
proxy.config.json | 4 ++--
src/app/key-unit/key-unit-management/upname.html | 2 +-
.../realistic-picture.component.ts | 14 +++++++-------
.../realistic-picture.component.ts | 14 +++++++-------
4 files changed, 17 insertions(+), 17 deletions(-)
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,