| 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/layout/components/Sidebar/Logo.vue b/frontend/src/layout/components/Sidebar/Logo.vue index ac0c8d8..4979dc2 100644 --- a/frontend/src/layout/components/Sidebar/Logo.vue +++ b/frontend/src/layout/components/Sidebar/Logo.vue
@@ -24,7 +24,7 @@ }, data() { return { - title: 'Vue Element Admin', + title: '门户系统', logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' } }