应用层PC端前端服务

IdentityauthenticationList.vue 186B

123456789101112131415
  1. <template>
  2. <div class="app-container">
  3. 身份认证列表
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. }
  9. </script>
  10. <style lang="scss" scoped>
  11. </style>