From cfd8d4c470cc6db6f6689ebf01eae07e47a46990 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期四, 16 一月 2025 11:09:20 +0800
Subject: [PATCH] 修改个人信息&&添加操作类型

---
 Source/plt-web/plt-web-ui/vue.config.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/vue.config.js b/Source/plt-web/plt-web-ui/vue.config.js
index 4cf35ab..5bc0b13 100644
--- a/Source/plt-web/plt-web-ui/vue.config.js
+++ b/Source/plt-web/plt-web-ui/vue.config.js
@@ -23,11 +23,12 @@
   //寮�鍙戞ā寮忓弽鍚戜唬鐞嗛厤缃紝鐢熶骇妯″紡璇蜂娇鐢∟ginx閮ㄧ讲骞堕厤缃弽鍚戜唬鐞�
   devServer: {
     port: 12000,
+    disableHostCheck: true, // 璺宠繃妫�鏌ost
     proxy: {
       '/api': {
         //鏈湴鏈嶅姟鎺ュ彛鍦板潃
-        // target: 'http://localhost:12000/web',
-        target: 'http://192.168.0.105:12005/web', // yxc
+        target: 'http://localhost:12001/web',
+        // target: 'http://192.168.0.105:12005/web', // yxc
         // target: 'http://192.168.0.103:12005/web', // ldc
         // target: 'http://dev.vci-tech.com:37000',
         //杩滅▼婕旂ず鏈嶅姟鍦板潃,鍙敤浜庣洿鎺ュ惎鍔ㄩ」鐩�

--
Gitblit v1.9.3