From 2dfc8dc4bcd3d3cd4aed1b6054e073e140eba9c8 Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Mon, 19 May 2025 16:05:50 +0800 Subject: [PATCH] Merge branch 'master' into jiangwu --- .env.production | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 54985fd..0683dd1 100644 --- a/.env.production +++ b/.env.production @@ -14,7 +14,7 @@ # 服务地址 VITE_APP_URL = http://192.168.253.121/api # 域名 -VITE_APP_AREA_NAME = ws://192.168.253.121:8080 +VITE_APP_AREA_NAME = ws://192.168.253.121:8080 # 航线文件地址 VITE_APP_AIRLINE_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket @@ -22,4 +22,4 @@ VITE_APP_TERRAIN_URL = https://wrj.shuixiongit.com/aiskyminio/cloud-bucket # 是否在打包时开启压缩,支持 gzip 和 brotli -VITE_BUILD_COMPRESS = gzip \ No newline at end of file +VITE_BUILD_COMPRESS = gzip -- Gitblit v1.9.3