chore: optimize the code of workplace; 🌟

This commit is contained in:
chenghongxing 2020-07-21 12:40:46 +08:00
parent 21cfb454d7
commit d7fc23d78e

View File

@ -105,7 +105,7 @@ export default {
...mapState('account', {currUser: 'user'}),
...mapState('setting', ['lang'])
},
beforeCreate() {
created() {
request('/user/welcome', METHOD.GET).then(res => this.welcome = res.data)
request('/work/activity', METHOD.GET).then(res => this.activities = res.data)
request('/work/team', METHOD.GET).then(res => this.teams = res.data)