add MyPeer for user

This commit is contained in:
Tao Chen
2024-11-02 07:36:34 +08:00
parent 6c60a77ec7
commit cbcfe9365a
4 changed files with 390 additions and 1 deletions
+7 -1
View File
@@ -58,9 +58,15 @@ export const asyncRoutes = [
{
path: '/',
name: 'MyInfo',
meta: { title: 'Info', icon: 'User' /*keepAlive: true*/ },
meta: { title: 'Userinfo', icon: 'User' /*keepAlive: true*/ },
component: () => import('@/views/my/info.vue'),
},
{
path: 'peer',
name: 'MyPeer',
meta: { title: 'MyPeer', icon: 'Monitor' /*keepAlive: true*/ },
component: () => import('@/views/my/peer/index.vue'),
},
{
path: 'address_book_collection',
name: 'MyAddressBookCollection',