用户信息
设置用户数据。
promise
this.$store.dispatch('d2admin/user/set', { name: 'your name' })
从持久化数据读取用户数据。
无
this.$store.dispatch('d2admin/user/load')