From ef06a897369a84e4c1e3a9d5a8aeea5572d973bd Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 19 三月 2024 18:31:02 +0800
Subject: [PATCH] 生丝定级标准页面接口联调和添加列和列表数据输入的方法修改

---
 vue.config.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index b48fa64..268056c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -14,10 +14,9 @@
   devServer: {
     proxy: {
       "/api": {
-
         // target: "http://192.168.20.118:8889", // http://192.168.20.119:8002 http://fai365.com:30150/
-        // target: "http://192.168.20.120:8004", 
-        target: "http://192.168.20.119:8004", // http://192.168.20.119:8004 http://fai365.com:30150/
+        // target: "http://192.168.20.120:8004",
+        target: "http://192.168.20.119:8008", // http://192.168.20.119:8004 http://fai365.com:30150/
 
         ws: true,
         changeOrigin: true

--
Gitblit v1.8.0