diff --git a/.env.development b/.env.development index 14e13358631fd33bcd06157e05d685dfb50d4f11..3737274cc9726a05508f34d16cd77b8fd439c7db 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 1109bc61160a8a9e7a6dbeb283f81fe1ccfa34e9..883c8f19964260decdc3648ab60b0eb2360aa138 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 aa1c86d9de765b8e3a231ebbfc70fe10b4b92f7f..f0742cad2451d6275b94649b2794891bb409784c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -