From 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Wed, 03 Jun 2026 16:10:01 +0800
Subject: [PATCH] 1

---
 vite.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vite.config.js b/vite.config.js
index 8b7c963..54dfe61 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -61,8 +61,8 @@
 			// 关键:用正则表达式匹配所有含/api的路径(忽略大小写)
 			'^/api.*': { // 匹配以/api开头的任何路径(如/api、/api/xxx、/api?xx等)
 				// target: 'http://154.23.189.28:8086',
-				target:'https://api.eledrink.com',
-				// target:'https://api.eledrink.com',
+				target:'https://api.dpcex.com',
+				// target:'https://api.dpcex.com',
 				// target: 'https://by2.cccxxx.cc',
 				changeOrigin: true,
 				secure: false,

--
Gitblit v1.9.3