fix: my info

This commit is contained in:
zzc
2026-01-30 18:50:12 +08:00
parent bbf7cab816
commit 82b3d7a36d
3 changed files with 188 additions and 0 deletions

View File

@@ -189,6 +189,12 @@ export const asyncRoutes = [
component: () => import('@/views/spring/user/device/index'),
meta: { title: '设备' },
},
{
path: 'feedback',
name: 'Feedback',
component: () => import('@/views/spring/user/feedback/index'),
meta: { title: '用户反馈' },
},
{
path: 'shareRecord',
name: 'ShareRecord',