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 %>