<template>
<view class="">用户信息</view>
<TabBar :current-page="4"></TabBar>
</template>
<script lang="ts" setup>
import TabBar from '@/components/bar/TabBar.vue'
</script>