From 4a6067bcbd43b3fc03aea3b82f03ffcb994be4e8 Mon Sep 17 00:00:00 2001 From: chenjiajun Date: Sat, 3 Jul 2021 01:29:36 +0800 Subject: [PATCH 1/6] update --- src/layout/components/Sidebar/Logo.vue | 2 +- src/settings.js | 6 +++--- src/views/login.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 7a68286..f38c126 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -25,7 +25,7 @@ export default { }, data() { return { - title: '乐享美酒-后台管理', + title: 'YSHOP-后台管理', logo: Logo } } diff --git a/src/settings.js b/src/settings.js index d43aad9..8f5570b 100644 --- a/src/settings.js +++ b/src/settings.js @@ -2,7 +2,7 @@ module.exports = { /** * @description 网站标题 */ - title: '乐享美酒', + title: 'YSHOP-3.2', /** * @description 是否显示 tagsView */ @@ -42,9 +42,9 @@ module.exports = { /** * 底部文字,支持html语法 */ - footerTxt: '', + footerTxt: '© 2019-2021 YSHOP All Rights Reserved', /** * 备案号 */ - caseNumber: '' + caseNumber: '豫ICP备17049587-2号' } diff --git a/src/views/login.vue b/src/views/login.vue index e2cdbe3..bf6b3dd 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -6,7 +6,7 @@

- 乐享美酒管理后台 + YSHOP后台管理系统-3.2

From 0c28de8318893189f45775939b8f1627dab66633 Mon Sep 17 00:00:00 2001 From: chenjiajun Date: Sat, 3 Jul 2021 01:35:03 +0800 Subject: [PATCH 2/6] update --- src/layout/components/Navbar.vue | 4 ++++ src/views/login.vue | 17 +++++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index eccc7d2..9100591 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -8,6 +8,10 @@