add share address book
This commit is contained in:
+12
-1
@@ -54,6 +54,12 @@ export const asyncRoutes = [
|
||||
meta: { title: 'Info', icon: 'User' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/my/info.vue'),
|
||||
},
|
||||
{
|
||||
path: 'address_book_collection',
|
||||
name: 'MyAddressBookCollection',
|
||||
meta: { title: 'AddressBookName', icon: 'Collection' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/my/address_book/collection.vue'),
|
||||
},
|
||||
{
|
||||
path: 'address_book',
|
||||
name: 'MyAddressBookList',
|
||||
@@ -105,7 +111,12 @@ export const asyncRoutes = [
|
||||
meta: { title: 'UserEdit', hide: true },
|
||||
component: () => import('@/views/user/edit.vue'),
|
||||
},
|
||||
|
||||
{
|
||||
path: 'addressBookName',
|
||||
name: 'UserAddressBookName',
|
||||
meta: { title: 'AddressBookNameManage', icon: 'Collection' /*keepAlive: true*/ },
|
||||
component: () => import('@/views/address_book/collection.vue'),
|
||||
},
|
||||
{
|
||||
path: 'addressBook',
|
||||
name: 'UserAddressBook',
|
||||
|
||||
Reference in New Issue
Block a user