fix 修复 monitor 设置 context-path 导致退出重新登录404问题

This commit is contained in:
疯狂的狮子Li 2024-11-22 17:54:31 +08:00
parent a150c8c9a7
commit 51e4c44fd0

View File

@ -11,12 +11,12 @@ VITE_APP_BASE_API = '/dev-api'
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