diff --git a/.env.development b/.env.development index 14e13358..3737274c 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 1109bc61..883c8f19 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 aa1c86d9..f0742cad 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -