新版交易所前段管理后台
1
5 days ago b4dd0687c7285f3be32860adccfa523a62bfd4c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
  <user-cms />
</template>
 
<script>
import UserCms from './user.vue'
 
export default {
  name: 'UserConfig',
  components: {
    UserCms
  }
}
</script>