From e946d0a2f9cf788e8f9ca0f84cf96fced21aaf5e Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Fri, 23 Jan 2026 11:21:03 +0800 Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web --- applications/task-work-order/env/.env.development | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/applications/task-work-order/env/.env.development b/applications/task-work-order/env/.env.development index deb6289..40d319b 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' #开发环境配置 @@ -15,7 +15,9 @@ #开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖) # VITE_APP_URL = https://wrj.shuixiongit.com/api -VITE_APP_URL= http://192.168.1.168 +VITE_APP_URL= http://192.168.1.204 + +VITE_APP_URL_XT=http://218.202.104.82:8200 #新大屏地址 VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' -- Gitblit v1.9.3