From 6e54fd027e264a05d45918370aaba05509cb4565 Mon Sep 17 00:00:00 2001 From: yewj Date: Thu, 10 Oct 2024 09:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=94=E7=A4=BA=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=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.test | 2 +- public/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 26f6829f..451d35e7 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = UDI管理系统 +VUE_APP_TITLE = 演示系统 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index 7684e2ac..6d660b3a 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = UDI管理系统 +VUE_APP_TITLE = 演示系统 # 生产环境配置 diff --git a/.env.test b/.env.test index f0599398..c5ba7e11 100644 --- a/.env.test +++ b/.env.test @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = UDI管理系统 +VUE_APP_TITLE = 演示系统 # 生产环境配置 ENV = 'test' diff --git a/public/index.html b/public/index.html index 973ace06..8c5d20d0 100644 --- a/public/index.html +++ b/public/index.html @@ -8,7 +8,7 @@ - + <%= webpackConfig.name %>