From 678e57afb6db8f89b7807c5bc4e927c778ffc6ca Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 23 七月 2024 15:53:42 +0800
Subject: [PATCH] bug修改

---
 .env.development                                                      |    2 +-
 src/views/safetyReview/projectManage/components/processCtrlReview.vue |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.development b/.env.development
index c620137..77a3fcf 100644
--- a/.env.development
+++ b/.env.development
@@ -9,7 +9,7 @@
 #VITE_APP_BASE_API = 'http://192.168.0.47:8085'
 
 #孔哥
-VITE_APP_BASE_API = 'http://192.168.0.77:8088/api'
+VITE_APP_BASE_API = 'http://192.168.2.15:8088/api'
 
 #线上
 #VITE_APP_BASE_API = 'http://106.15.95.149:8088/api'
diff --git a/src/views/safetyReview/projectManage/components/processCtrlReview.vue b/src/views/safetyReview/projectManage/components/processCtrlReview.vue
index f135f03..be8155f 100644
--- a/src/views/safetyReview/projectManage/components/processCtrlReview.vue
+++ b/src/views/safetyReview/projectManage/components/processCtrlReview.vue
@@ -131,7 +131,7 @@
     {id: 9, content: '技术负责人审核', status: 1, key:'isTechnolgyAudit', reasonKey: 'technolgyAuditDes', reason: ''},
     {id: 6, content: '评价报告外审意见', status: 1, key:'isExteriorAudit', reasonKey: 'exteriorAuditDes', reason: ''},
     {id: 7, content: '评价项目网上信息公开', status: 1, key:'isOpenInformation', reasonKey: 'openInformationDes', reason: ''},
-    {id: 8, content: '二维码的使用', status: 1, key:'isUseQrcode', reasonKey: 'useQrcodeDes', reason: ''},
+    // {id: 8, content: '二维码的使用', status: 1, key:'isUseQrcode', reasonKey: 'useQrcodeDes', reason: ''},
     {id: 9, content: '报告归档材料完整性', status: 1, key:'isFullMaterials', reasonKey: 'fullMaterialsDes', reason: ''}
   ],
   uploadUrl: import.meta.env.VITE_APP_BASE_API + '/manage/accessory-file/uploadFile',

--
Gitblit v1.9.2