diff --git a/.env.development b/.env.development index 14e1335..3737274 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 1109bc6..883c8f1 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,6 @@ # 页面标题 VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 +VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/index.html b/index.html index aa1c86d..f0742ca 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - RuoYi-Vue-Plus多租户管理系统 + %VITE_APP_TITLE%