优化:数据迁移功能优化

This commit is contained in:
2025-12-19 13:59:30 +08:00
parent 54815f871f
commit ce12470688
5 changed files with 15 additions and 12 deletions

View File

@@ -124,6 +124,13 @@
url: '/pages/user/myBook/index',
type: 'pageJump'
},
{
id: 8,
name: t('user.iHufen'),
url: '/pages/user/hufen/index',
type: 'pageJump',
hufenState: true
},
{
id: 3,
name: t('user.profile'),
@@ -155,13 +162,6 @@
// url: '/pages/user/certificate/index',
// type: 'pageJump'
// },
{
id: 8,
name: t('user.iHufen'),
url: '/pages/user/hufen/index',
type: 'pageJump',
hufenState: true
},
])
// 湖分
const hufenData = ref()