From 6a7d5db119fe7b5955cf97ef5adad59700acd2b8 Mon Sep 17 00:00:00 2001 From: jiwanjun Date: Tue, 13 Jan 2026 11:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..ef84a9f --- /dev/null +++ b/.env.production @@ -0,0 +1,17 @@ +### + # @Author: 季万俊 + # @Date: 2026-01-05 16:32:20 + # @Description: +### +# 页面标题 +VITE_APP_TITLE = 煤炭进销存管理系统 + +# 生产环境配置 +VITE_APP_ENV = 'production' + +# 煤炭进销存管理系统/生产环境 +VITE_APP_BASE_API = 'http://172.16.1.105:8000/' + + +# 是否在打包时开启压缩,支持 gzip 和 brotli +VITE_BUILD_COMPRESS = gzip \ No newline at end of file