From c55c23dd9fa020e2436541718d811462a9eff26e Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 06 Jan 2026 12:06:01 +0800
Subject: [PATCH] 1
---
vite.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 7d9b127..98fc624 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -61,7 +61,7 @@
// 关键:用正则表达式匹配所有含/api的路径(忽略大小写)
'^/api.*': { // 匹配以/api开头的任何路径(如/api、/api/xxx、/api?xx等)
// target: 'http://154.23.189.28:8086',
- target:'https://api.swftek.com',
+ target:'https://api.mak-web3.com',
// target:'https://api.mak-web3.com',
// target: 'https://by2.cccxxx.cc',
changeOrigin: true,
--
Gitblit v1.9.3