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