From 11d160edc778020354608e2bf0432ebde2542ff2 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Mon, 19 May 2025 16:13:25 +0800 Subject: [PATCH] 小黑盒部署 --- .env.production | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index 0683dd1..8a7adfe 100644 --- a/.env.production +++ b/.env.production @@ -12,14 +12,14 @@ VITE_APP_BASE=/manage # 服务地址 -VITE_APP_URL = http://192.168.253.121/api +VITE_APP_URL = http://192.168.1.241/api # 域名 -VITE_APP_AREA_NAME = ws://192.168.253.121:8080 +VITE_APP_AREA_NAME = ws://192.168.1.241:8080 # 航线文件地址 -VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket +VITE_APP_AIRLINE_URL = http://192.168.1.241:9000/cloud-bucket # 图片存放地址 -VITE_APP_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket +VITE_APP_TERRAIN_URL = http://192.168.1.241:9000/cloud-bucket # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip -- Gitblit v1.9.3