mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
chore: optimize the code of workplace; 🌟
This commit is contained in:
parent
21cfb454d7
commit
d7fc23d78e
@ -105,7 +105,7 @@ export default {
|
|||||||
...mapState('account', {currUser: 'user'}),
|
...mapState('account', {currUser: 'user'}),
|
||||||
...mapState('setting', ['lang'])
|
...mapState('setting', ['lang'])
|
||||||
},
|
},
|
||||||
beforeCreate() {
|
created() {
|
||||||
request('/user/welcome', METHOD.GET).then(res => this.welcome = res.data)
|
request('/user/welcome', METHOD.GET).then(res => this.welcome = res.data)
|
||||||
request('/work/activity', METHOD.GET).then(res => this.activities = res.data)
|
request('/work/activity', METHOD.GET).then(res => this.activities = res.data)
|
||||||
request('/work/team', METHOD.GET).then(res => this.teams = res.data)
|
request('/work/team', METHOD.GET).then(res => this.teams = res.data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user