|
@@ -145,7 +145,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
|
- ...mapState('user', ['hasLogin', 'userInfo'])
|
|
|
|
|
|
|
+ ...mapState('user', ['hasLogin', 'userInfo']),
|
|
|
|
|
+ ...mapState(['weichatObj']),
|
|
|
// startDate() {
|
|
// startDate() {
|
|
|
// return this.getDate('start');
|
|
// return this.getDate('start');
|
|
|
// },
|
|
// },
|