feat: add setting for system's name

This commit is contained in:
chenghx
2018-09-03 10:39:39 +08:00
parent 446485a63e
commit a514bb4197
4 changed files with 17 additions and 5 deletions

View File

@@ -3,7 +3,8 @@ export default {
state: {
isMobile: false,
theme: 'dark',
layout: 'side'
layout: 'side',
systemName: 'Vue Antd Admin'
},
mutations: {
setDevice (state, isMobile) {