From 3a3cbd22dac6945039ba44e4ca14b1adaaaaa7ed Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Wed, 07 Jan 2026 11:04:45 +0800 Subject: [PATCH] feat:反无大屏基建 --- applications/drone-command/env/.env.development | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/applications/drone-command/env/.env.development b/applications/drone-command/env/.env.development index a9e3055..144e9fc 100644 --- a/applications/drone-command/env/.env.development +++ b/applications/drone-command/env/.env.development @@ -1,3 +1,13 @@ +### + # @Author : yuan + # @Date : 2026-01-06 09:47:05 + # @LastEditors : yuan + # @LastEditTime : 2026-01-07 10:54:42 + # @FilePath : \applications\drone-command\env\.env.development + # @Description : + # Copyright 2026 OBKoro1, All Rights Reserved. + # 2026-01-06 09:47:05 +### NODE_ENV = 'development' #开发环境配置 @@ -10,10 +20,10 @@ VITE_APP_BASE=/drone-command # 服务地址 -VITE_APP_URL = https://wrj.shuixiongit.com/api +# VITE_APP_URL = https://wrj.shuixiongit.com/api #VITE_APP_URL= http://192.168.1.168 -# VITE_APP_URL= http://192.168.1.33 -#VITE_APP_URL= http://192.168.1.204 +VITE_APP_URL= http://192.168.1.33:81 +# VITE_APP_URL= http://192.168.1.204 #新大屏地址 VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' -- Gitblit v1.9.3