From f218e91937f52f6452abb505464fe8177a0b9115 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 11 十月 2023 12:12:45 +0800
Subject: [PATCH] wn
---
vue.config.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index d48b628..e24d0c8 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -14,10 +14,11 @@
devServer: {
proxy: {
"/api": {
- target: "http://192.168.20.119:8002", // http://192.168.20.119:8002 http://fai365.com:30150/
+ // 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