From 9c8b14931f0eb38e1bd249735b1c2b4602d01565 Mon Sep 17 00:00:00 2001 From: qinzhenpen <11463128+qinzhenpen@user.noreply.gitee.com> Date: Sat, 2 Sep 2023 11:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E7=9A=84?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- index.html | 2 +- package.json | 2 +- public/favicon.ico | Bin 5663 -> 1150 bytes src/assets/images/login-background.jpg | Bin 521275 -> 850850 bytes src/assets/images/侧边栏.png | Bin 0 -> 404711 bytes src/assets/styles/sidebar.scss | 9 +- src/components/SvgIcon/index.vue | 1 + src/layout/components/Sidebar/Logo.vue | 44 +++-- src/layout/index.vue | 4 +- src/views/login.vue | 223 +++++++++++++++---------- 13 files changed, 176 insertions(+), 115 deletions(-) create mode 100644 src/assets/images/侧边栏.png diff --git a/.env.development b/.env.development index 2744ed2..d8b33ad 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区块链金融 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index d857bba..0663699 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区块链金融 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.env.staging b/.env.staging index fa7c357..ae356d8 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区块链金融 # 生产环境配置 VITE_APP_ENV = 'staging' diff --git a/index.html b/index.html index 4557bdb..dc2a360 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 若依管理系统 + 区块链金融 \ No newline at end of file + diff --git a/src/layout/index.vue b/src/layout/index.vue index 4d04ea0..678b688 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,10 +1,11 @@