|
|
|
|
import { mapState } from 'vuex'
|
|
export default {
|
|
data() {
|
|
return {
|
|
}
|
|
},
|
|
computed: {
|
|
...mapState(['configList', 'userInfo', 'selectArea']),
|
|
},
|
|
methods: {
|
|
}
|
|
}
|