国际化修改

This commit is contained in:
熊飞
2024-03-08 13:05:33 +08:00
parent 80b4f123f8
commit b574da9edf
54 changed files with 3147 additions and 2801 deletions
+1 -6
View File
@@ -255,12 +255,7 @@ export const constantRoutes = [
children: [{
path: 'baiscInfo',
name: 'BaiscInfo',
component: () => import('@/views/user/editInfo')
},
{
path: 'account',
name: 'Account',
component: () => import('@/views/user/account')
component: () => import('@/views/user/myInfo')
}
]
}