From 8049ae0a3c7ea0cf8e3fe0b4adf32f98439b8591 Mon Sep 17 00:00:00 2001 From: 罗广辉 <guanghui.luo@foxmail.com> Date: Fri, 16 Jan 2026 14:48:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- applications/task-work-order/env/.env.development | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/applications/task-work-order/env/.env.development b/applications/task-work-order/env/.env.development index 5efa25f..9155aea 100644 --- a/applications/task-work-order/env/.env.development +++ b/applications/task-work-order/env/.env.development @@ -1,3 +1,13 @@ +### + # @Author : yuan + # @Date : 2026-01-07 14:58:30 + # @LastEditors : yuan + # @LastEditTime : 2026-01-16 11:02:24 + # @FilePath : \applications\task-work-order\env\.env.development + # @Description : + # Copyright 2026 OBKoro1, All Rights Reserved. + # 2026-01-07 14:58:30 +### NODE_ENV = 'development' #开发环境配置 @@ -5,7 +15,7 @@ #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) # VITE_APP_URL = https://wrj.shuixiongit.com/api -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