diff --git a/src/config/index.js b/src/config/index.js index 21377b2..556a8a9 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -46,5 +46,20 @@ export default { /** * 是否显示设置的悬浮按钮 */ - settingBtn: true + settingBtn: true, + + /** + * 是否显示设置的底部信息 + */ + showFooter: true, + + /** + * 底部文字,支持html语法 + */ + footerTxt: '© 2019 Zheng Jie Apache License 2.0', + + /** + * 备案号 + */ + caseNumber: '浙ICP备18005431号-3' } diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 52e6da5..8f9b6b8 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -1,11 +1,18 @@