湘妃到家前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
170 B

1 month ago
  1. import { mapState } from 'vuex'
  2. export default {
  3. data() {
  4. return {
  5. }
  6. },
  7. computed: {
  8. ...mapState(['configList', 'userInfo', 'selectArea']),
  9. },
  10. methods: {
  11. }
  12. }