From 0b73c695249956b20421e87ce68d3ced6fd4e51e Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 11 十月 2023 13:01:41 +0800
Subject: [PATCH] 环境修改
---
vue.config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index d48b628..fa723fa 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -15,9 +15,10 @@
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