From 31690d85934df0abdebcf6ce71e1508e33deec35 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 09 八月 2023 09:45:03 +0800
Subject: [PATCH] 	modified:   .env.development 	modified:   .env.production 	modified:   .env.staging 	modified:   src/api/rawMaterials/reportForInspection.js 	modified:   src/views/experiment/nonConformingFeedback/index.vue

---
 .env.staging                                         |    2 +-
 .env.development                                     |    2 +-
 .env.production                                      |    2 +-
 src/views/experiment/nonConformingFeedback/index.vue |    5 ++++-
 src/api/rawMaterials/reportForInspection.js          |    2 +-
 5 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.env.development b/.env.development
index cc5188c..e363056 100644
--- a/.env.development
+++ b/.env.development
@@ -2,4 +2,4 @@
 ENV = 'development'
 
 # base api
-VUE_APP_BASE_API = 'http://192.168.110.167:1234/'
+VUE_APP_BASE_API = 'http://192.168.110.254:1234/'
diff --git a/.env.production b/.env.production
index d5166db..64b7d95 100644
--- a/.env.production
+++ b/.env.production
@@ -3,5 +3,5 @@
 
 # base api
 # VUE_APP_BASE_API = '/prod-api'
-VUE_APP_BASE_API = 'http://192.168.110.167:1234/'
+VUE_APP_BASE_API = 'http://192.168.110.254:1234/'
 
diff --git a/.env.staging b/.env.staging
index 65e5ce8..4b2b496 100644
--- a/.env.staging
+++ b/.env.staging
@@ -5,6 +5,6 @@
 
 # base api
 # VUE_APP_BASE_API = '/stage-api'
-VUE_APP_BASE_API = 'http://192.168.110.167:1234/'
+VUE_APP_BASE_API = 'http://192.168.110.254:1234/'
 
 
diff --git a/src/api/rawMaterials/reportForInspection.js b/src/api/rawMaterials/reportForInspection.js
index e110f2d..7b62c9e 100644
--- a/src/api/rawMaterials/reportForInspection.js
+++ b/src/api/rawMaterials/reportForInspection.js
@@ -3,7 +3,7 @@
 // 鏌ヨ鎵�鏈夌敵璇峰崟鍒楄〃
 export function getInspectionList(params) {
   return request({
-    url: '/inspection/selectAllInspection',
+    url: '/inspection/selectInspectsList',
     method: 'get',
     params
   })
diff --git a/src/views/experiment/nonConformingFeedback/index.vue b/src/views/experiment/nonConformingFeedback/index.vue
index 6733e19..90dfebc 100644
--- a/src/views/experiment/nonConformingFeedback/index.vue
+++ b/src/views/experiment/nonConformingFeedback/index.vue
@@ -1,5 +1,8 @@
 <template>
-  <div>涓嶅悎鏍煎弽棣�</div>
+  <div>
+
+      涓嶇鍚堝搧璇勫
+  </div>
 </template>
 
 <script>

--
Gitblit v1.9.3