From dbd8448ce297618bfbc9300aeaebd4a0b4abc0e6 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Mon, 15 Sep 2025 14:02:14 +0800 Subject: [PATCH] feat:跳转配置为本地 --- .env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 2d834a7..f9e005f 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ # @Author : yuan # @Date : 2025-07-29 15:59:42 # @LastEditors : yuan - # @LastEditTime : 2025-07-29 16:15:31 + # @LastEditTime : 2025-09-15 13:59:38 # @FilePath : \.env.development # @Description : # Copyright 2025 OBKoro1, All Rights Reserved. @@ -24,7 +24,7 @@ #VITE_APP_URL= http://192.168.1.168 #VITE_APP_URL= http://192.168.1.33 #新大屏地址 -VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' +VITE_APP_DASHBOARD_URL = 'http://192.168.1.194:5173/command-center-dashboard/' # 域名 VITE_APP_AREA_NAME = https://wrj.shuixiongit.com -- Gitblit v1.9.3