This commit is contained in:
qsh
2024-12-03 17:14:00 +08:00
parent 1d1f1762f8
commit 9b7543f65f
11 changed files with 152 additions and 150 deletions

View File

@@ -22,16 +22,16 @@
<el-tab-pane :label="t('profile.info.resetPwd')" name="resetPwd">
<ResetPwd />
</el-tab-pane>
<el-tab-pane :label="t('profile.info.userSocial')" name="userSocial">
<!-- <el-tab-pane :label="t('profile.info.userSocial')" name="userSocial">
<UserSocial />
</el-tab-pane>
</el-tab-pane> -->
</el-tabs>
</div>
</el-card>
</div>
</template>
<script setup lang="ts" name="Profile">
import { BasicInfo, ProfileUser, ResetPwd, UserSocial } from './components/'
import { BasicInfo, ProfileUser, ResetPwd } from './components/'
const { t } = useI18n()
const activeName = ref('basicInfo')