From a63d71177a2899b01da37e5bfc2d498bec5f80be Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 17 十月 2023 15:10:13 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/crm-web into zhengwenfeng/modify-style
---
vue.config.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index d48b628..670f28b 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -15,9 +15,11 @@
proxy: {
"/api": {
target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/
+ // 寤洪亾鏈湴鐜
+ // target: "http://192.168.20.118:8002",
ws: true,
changeOrigin: true
- }
+ },
}
},
transpileDependencies: [
--
Gitblit v1.8.0