From d9ed341af94c59a10c2545efa2b466735b71714f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Thu, 24 Feb 2022 13:48:57 +0800 Subject: [PATCH] up --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- index.html | 2 +- src/layout/components/Sidebar/Logo.vue | 55 +++++++++++++++++++++----- 5 files changed, 49 insertions(+), 14 deletions(-) diff --git a/.env.development b/.env.development index e3c30dc..856c72f 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = xxx管理系统 +VITE_APP_TITLE = 1管理系统 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index 9c994e3..6c29bd6 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = xxx管理系统 +VITE_APP_TITLE = 2xxx管理系统 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.env.staging b/.env.staging index 7d967fa..412c0af 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = xxx管理系统 +VITE_APP_TITLE = 3管理系统 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/index.html b/index.html index 051e5db..5b48975 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ -