From 8c3e76a0f3ec3c75994562c28dd7eb5558a59129 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Fri, 07 Mar 2025 16:26:15 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage

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

diff --git a/vite.config.mjs b/vite.config.mjs
index df3da37..b610064 100644
--- a/vite.config.mjs
+++ b/vite.config.mjs
@@ -38,8 +38,8 @@
       port: 2888,
       proxy: {
         '/api': {
-          target: 'http://localhost',
-          // target: 'https://wrj.shuixiongit.com/api',
+          // target: 'http://localhost',
+          target: 'https://wrj.shuixiongit.com/api',
           changeOrigin: true,
           rewrite: path => path.replace(/^\/api/, ''),
         },

--
Gitblit v1.9.3