<route lang="json5">
{
style: { navigationBarTitleText: '我的' },
}
</route>
<template>
<view>我的</view>
</template>