From 433d25cc375f679ebace4ec832aa4ffb7e857b4b Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Sat, 19 Apr 2025 22:18:35 +0800 Subject: [PATCH] feat: 事件跳转后台 --- .env.production | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.production b/.env.production index 4e96c25..1ea534b 100644 --- a/.env.production +++ b/.env.production @@ -6,4 +6,4 @@ # ws地址 VITE_APP_WS_API_URL = wss://wrj.shuixiongit.com/drone-wss/api/v1/ws # 管理后台地址 -VITE_APP_ADMIN_URL = 'https://aisky.org.cn/manage' +VITE_APP_ADMIN_URL = 'https://aisky.org.cn/manage/wel/index' -- Gitblit v1.9.3