From f10537b9d15208e1851825691470fda54ff8e68a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 06 三月 2025 15:51:57 +0800
Subject: [PATCH] 完善能力范围
---
vue.config.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index d0aee59..17ee4f0 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,6 +36,7 @@
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`,
changeOrigin: true,
pathRewrite: {
--
Gitblit v1.9.3