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 @@