From 9c91c96c4c1dca21670abfa7a0c879a734a888de Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期五, 14 三月 2025 20:09:37 +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 1d8e525..5fd87e1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,7 +36,8 @@
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.0.104:8002`,
+ target: `http://127.0.0.1:8002`,
+ // target: `http://127.0.0.1:8002`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",
--
Gitblit v1.9.3