From b94b81c8c7a59f45c06d4dc6650e7e95ecf83392 Mon Sep 17 00:00:00 2001 From: wangxk Date: Fri, 28 Feb 2025 09:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=A0=87=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.env.development b/web/.env.development index afcff94..a784f84 100644 --- a/web/.env.development +++ b/web/.env.development @@ -3,7 +3,7 @@ # 变量必须以 VITE_ 为前缀才能暴露给外部读取 NODE_ENV='development' -VITE_APP_TITLE = '明眸眼健康智慧管理系统' +VITE_APP_TITLE = '文档与数据管理系统' VITE_APP_PORT = 3000 VITE_APP_BASE_API = '/dev-api' VITE_APP_BASE_WEB = 'http://localhost:3000'