From 61e02c1c36b77e1d9ae3014cb44fe05cc29325c8 Mon Sep 17 00:00:00 2001
From: wangpeng <wangpeng@zcloudchina.com>
Date: Tue, 27 May 2025 09:13:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/index.js                        | 4 ++--
 src/views/archives/semester/report.vue | 2 +-
 static/config.js                       | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/config/index.js b/config/index.js
index 6f98b27..39611ae 100644
--- a/config/index.js
+++ b/config/index.js
@@ -11,7 +11,7 @@ module.exports = {
     assetsPublicPath: '/',
     proxyTable: {
       '/api': {
-        target: 'http://192.168.0.16:7062',
+        target: 'http://192.168.0.16:8462',
         secure: true, // 如果是 https ,需要开启这个选项
         changeOrigin: true, // 是否是跨域请求?肯定是啊,不跨域就没有必要配置这个proxyTable了.
         pathRewrite: {
@@ -22,7 +22,7 @@ module.exports = {
 
     // Various Dev Server settings
     host: '0.0.0.0', // can be overwritten by process.env.HOST
-    port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
+    port: 18462, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
     autoOpenBrowser: false,
     errorOverlay: true,
     notifyOnErrors: true,
diff --git a/src/views/archives/semester/report.vue b/src/views/archives/semester/report.vue
index 5bafdfa..821430b 100644
--- a/src/views/archives/semester/report.vue
+++ b/src/views/archives/semester/report.vue
@@ -20,7 +20,7 @@
           <td class="title">评估日期</td>
           <td >{{ form.PEIXUE_END_TIME }}</td>
           <td class="title">考核方式</td>
-          <td >考核</td>
+          <td >线上考核</td>
         </tr>
         <tr class="tab_tr" style="height:127px">
           <td class="title">本次工作培训描述</td>
diff --git a/static/config.js b/static/config.js
index cd05af5..4210204 100644
--- a/static/config.js
+++ b/static/config.js
@@ -1,10 +1,10 @@
 const config = {
-  weburl: 'http://192.168.0.16:8084/', // 前台地址
+  weburl: 'http://192.168.0.16:18462/', // 前台地址
   httpurl: '/api', // 后台地址
   adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
   // fileUrl: 'http://36.133.193.8:8086/wlaqfile', // 附件服务器地址
-  fileUrl: 'https://wlqy.zcloudchina.com/file', // 附件服务器地址
-  faceOnlineAdress: 'ws://192.168.0.31:8899/'
+  fileUrl: 'http://192.168.20.240:8463/wlaq', // 附件服务器地址
+  faceOnlineAdress: 'ws://192.168.20.240:8899/'
 
   // // 正式
   // weburl: 'https://wlqy.zcloudchina.com/', // 前台地址