From 9c7735593327c678797b76a87a9be3be509bb9f7 Mon Sep 17 00:00:00 2001 From: PQZ Date: Wed, 31 Jul 2024 18:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 2 +- src/layout/components/Navbar.vue | 12 ++-- src/layout/components/Sidebar/Logo.vue | 2 +- src/views/login.vue | 93 +++++++++++++------------- src/views/socialLogin.vue | 2 +- src/views/sso.vue | 2 +- vue.config.js | 2 +- 7 files changed, 58 insertions(+), 57 deletions(-) diff --git a/.env.dev b/.env.dev index cbe967e..d50cbdd 100644 --- a/.env.dev +++ b/.env.dev @@ -2,7 +2,7 @@ ENV = 'development' # 页面标题 -VUE_APP_TITLE = 芋道管理系统 +VUE_APP_TITLE = "车联通"后台管理系统 # 芋道管理系统/开发环境 VUE_APP_BASE_API = 'http://localhost:48080' diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 2bec4f3..bbc1d36 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -12,13 +12,13 @@ - - - + + + - - - + + + diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 5a0cb5d..d0b692c 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: '芋道管理系统', + title: '车联通后台管理系统', logo: logoImg } } diff --git a/src/views/login.vue b/src/views/login.vue index f2a1625..19e00cb 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,6 +1,6 @@