From 2a01107fa2dec953d04eca9d501c981eb2f64f95 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 13 Sep 2024 19:41:02 +0800
Subject: [PATCH] 调度任务管理

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

diff --git a/vite.config.mjs b/vite.config.mjs
index b610064..df3da37 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