From affb54c33083cb09cd0ef9da137b446cafdfd0fb Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Tue, 27 Jan 2026 16:47:08 +0800 Subject: [PATCH] feat:用户管理、部门管理调整 --- applications/task-work-order/env/.env.development | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/applications/task-work-order/env/.env.development b/applications/task-work-order/env/.env.development index 9155aea..fe1504c 100644 --- a/applications/task-work-order/env/.env.development +++ b/applications/task-work-order/env/.env.development @@ -4,10 +4,10 @@ # @LastEditors : yuan # @LastEditTime : 2026-01-16 11:02:24 # @FilePath : \applications\task-work-order\env\.env.development - # @Description : - # Copyright 2026 OBKoro1, All Rights Reserved. + # @Description : + # Copyright 2026 OBKoro1, All Rights Reserved. # 2026-01-07 14:58:30 -### +### NODE_ENV = 'development' #开发环境配置 @@ -17,6 +17,8 @@ # VITE_APP_URL = https://wrj.shuixiongit.com/api VITE_APP_URL= http://192.168.1.204 + + #新大屏地址 VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' -- Gitblit v1.9.3