admission-uniapp/src/pages/admin/my/index.vue

8 lines
136 B
Vue

<template>
<TProfile :isShow="false"></TProfile>
</template>
<script setup lang="ts"></script>
<style scoped lang="scss"></style>