| commit | 2c3a34fd1a53328e77128ae4ee15bc0ee7127075 | [log] [tgz] |
|---|---|---|
| author | sijun.li <sijun.li@supwisdom.com> | 周一 8月 17 15:18:32 2020 +0800 |
| committer | sijun.li <sijun.li@supwisdom.com> | 周一 8月 17 15:18:32 2020 +0800 |
| tree | f676c466d059797b81614e32f3c228e3ed0588d3 | |
| parent | 9646230827c51d36df903889d31bbb66fd75117a [diff] [blame] |
完成留言管理功能
diff --git a/frontend/src/settings.js b/frontend/src/settings.js index 1ebc7f2..0f32b7f 100644 --- a/frontend/src/settings.js +++ b/frontend/src/settings.js
@@ -1,5 +1,5 @@ module.exports = { - title: 'Vue Element Admin', + title: '门户系统', /** * @type {boolean} true | false @@ -23,7 +23,7 @@ * @type {boolean} true | false * @description Whether show the logo in sidebar */ - sidebarLogo: false, + sidebarLogo: true, /** * @type {string | array} 'production' | ['production', 'development']