From cd6e23073fcda76f9852e883aacf1315ee4b9a67 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 31 八月 2023 11:46:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/CNAS/satisfactionSurveys/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/CNAS/satisfactionSurveys/index.vue b/src/views/CNAS/satisfactionSurveys/index.vue
index 05f49fe..c89b437 100644
--- a/src/views/CNAS/satisfactionSurveys/index.vue
+++ b/src/views/CNAS/satisfactionSurveys/index.vue
@@ -224,7 +224,7 @@
       otherSupplements: "鏃�",
       improvementRequirements: "鏃�",
       dialogVisible2: false,
-      path: 'http://192.168.110.254:1234/cnasSatisfactionSurvey/uploadFile',
+      path: 'http://localhost:1234/cnasSatisfactionSurvey/uploadFile',
       ruleForm: {
         surveyDate: '',
         userUnit: '',
@@ -263,7 +263,7 @@
     }
   },
   created() {
-
+      // this.path=process.env.VUE_APP_BASE_API+"cnasSatisfactionSurvey/uploadFile"
   },
   mounted() {
     this.getData()

--
Gitblit v1.9.3