From ef2c8005a17d8b76b0d070ae2b736490c2031655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 16 Jan 2022 11:01:45 +0800 Subject: [PATCH] =?UTF-8?q?style(.env.*):=20=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 064bf710..eda493a5 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -# 开发环境变量 +## 开发环境变量配置 # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV='development' diff --git a/.env.production b/.env.production index ca599151..661e9cec 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -# 生产环境变量 +## 生产环境变量配置 NODE_ENV='production' VITE_APP_TITLE = '有来商城管理系统' diff --git a/.env.staging b/.env.staging index 47383326..42c4fa62 100644 --- a/.env.staging +++ b/.env.staging @@ -1,4 +1,4 @@ -# 模拟环境变量 +## 模拟环境变量配置 NODE_ENV='staging' VITE_APP_TITLE = '有来商城管理系统'