feat: Add My Login log

This commit is contained in:
lejianwen
2024-12-27 19:25:22 +08:00
parent a1e5e9a9da
commit bf00eb3fed
5 changed files with 127 additions and 14 deletions
+6
View File
@@ -91,6 +91,12 @@ export const asyncRoutes = [
meta: { title: 'ShareRecord', icon: 'Share' /*keepAlive: true*/ },
component: () => import('@/views/my/share_record/index.vue'),
},
{
path: 'loginLog',
name: 'MyLoginLog',
meta: { title: 'LoginLog', icon: 'List' /*keepAlive: true*/ },
component: () => import('@/views/my/login_log/index.vue'),
},
],
},
{