From 674c80bf278c0b8b660fd3181bf1a6f4a4c7ab1b Mon Sep 17 00:00:00 2001 From: jiwanjun Date: Tue, 13 Jan 2026 11:17:35 +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.development | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env.development diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..9c442c0 --- /dev/null +++ b/.env.development @@ -0,0 +1,13 @@ +### + # @Author: 季万俊 + # @Date: 2026-01-05 16:32:20 + # @Description: +### +# 页面标题 +VITE_APP_TITLE = 煤炭进销存管理系统 + +# 开发环境配置 +VITE_APP_ENV = 'development' + +# 煤炭进销存管理系统/开发环境 +VITE_APP_BASE_API = 'http://172.16.1.105:8000/'