From 51e4c44fd0e475608728e5bbf1b3b3d6bb7f55bf Mon Sep 17 00:00:00 2001
From: 疯狂的狮子Li <15040126243@163.com>
Date: 星期五, 22 十一月 2024 17:54:31 +0800
Subject: [PATCH] fix 修复 monitor 设置 context-path 导致退出重新登录404问题

---
 .env.development |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.development b/.env.development
index 14e1335..c9b42a2 100644
--- a/.env.development
+++ b/.env.development
@@ -11,12 +11,12 @@
 VITE_APP_CONTEXT_PATH = '/'
 
 # 鐩戞帶鍦板潃
-VITE_APP_MONITOR_ADMIN = 'http://localhost:9090/admin/applications'
+VITE_APP_MONITOR_ADMIN = 'http://localhost:9090/applications'
 
 # SnailJob 鎺у埗鍙板湴鍧�
 VITE_APP_SNAILJOB_ADMIN = 'http://localhost:8800/snail-job'
 
-VITE_APP_PORT = 80
+VITE_APP_PORT = 81
 
 # 鎺ュ彛鍔犲瘑鍔熻兘寮�鍏�(濡傞渶鍏抽棴 鍚庣涔熷繀椤诲搴斿叧闂�)
 VITE_APP_ENCRYPT = true

--
Gitblit v1.9.3