吉安感知网项目-前端
罗广辉
2026-02-04 6993fce57505219b2ee28b31535dd463b8d9ea9c
feat: env调整
4 files modified
38 ■■■■ changed files
applications/task-work-order/env/.env 6 ●●●● patch | view | raw | blame | history
applications/task-work-order/env/.env.development 2 ●●● patch | view | raw | blame | history
applications/task-work-order/env/.env.production 5 ●●●● patch | view | raw | blame | history
applications/task-work-order/env/.env.test 25 ●●●●● patch | view | raw | blame | history
applications/task-work-order/env/.env
@@ -1,6 +1,9 @@
#接口地址
VITE_APP_API=/api
# 开发环境代理接口地址
VITE_APP_URL=http://192.168.1.168
#开发环境代理接口地址-xt
VITE_APP_API_XT=/apiXT
@@ -22,4 +25,5 @@
# 预览地址 previewURL
VITE_APP_PREVIEW_URL=http://192.168.1.36:8012
VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/
#地形服务地址
VITE_APP_TERRAIN_URL=https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_c_uas/
applications/task-work-order/env/.env.development
@@ -7,7 +7,7 @@
VITE_APP_URL=http://192.168.1.227
#新大屏地址
VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/'
VITE_APP_DASHBOARD_URL=''
# ws地址
VITE_APP_WS_API_URL=wss://wrj.shuixiongit.com/drone-wss/api/v1/ws
applications/task-work-order/env/.env.production
@@ -4,11 +4,8 @@
#生产环境配置
VITE_APP_ENV='production'
# 服务地址
VITE_APP_URL=https://aisky.org.cn/api
#新大屏地址
VITE_APP_DASHBOARD_URL='https://aisky.org.cn/command-center-dashboard/'
VITE_APP_DASHBOARD_URL=''
# ws地址
VITE_APP_WS_API_URL=wss://aisky.org.cn/drone-wss/api/v1/ws
applications/task-work-order/env/.env.test
@@ -1,33 +1,10 @@
###
 # @Author       : yuan
 # @Date         : 2026-02-03 13:46:08
 # @LastEditors  : yuan
 # @LastEditTime : 2026-02-03 15:44:11
 # @FilePath     : \applications\task-work-order\env\.env.test
 # @Description  :
 # Copyright 2026 OBKoro1, All Rights Reserved.
 # 2026-02-03 13:46:08
###
###
 # @Author       : yuan
 # @Date         : 2026-02-03 13:46:08
 # @LastEditors  : yuan
 # @LastEditTime : 2026-02-03 15:44:01
 # @FilePath     : \applications\task-work-order\env\.env.test
 # @Description  :
 # Copyright 2026 OBKoro1, All Rights Reserved.
 # 2026-02-03 13:46:08
###
NODE_ENV='test'
#开发环境配置
VITE_APP_ENV='test'
# 服务地址
VITE_APP_URL=https://wrj.shuixiongit.com/api
#新大屏地址
VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/'
VITE_APP_DASHBOARD_URL=''
# ws地址
VITE_APP_WS_API_URL=wss://wrj.shuixiongit.com/drone-wss/api/v1/ws