|
@@ -2,7 +2,6 @@ import asyncLoader from 'core/async-loader';
|
|
|
|
|
|
|
|
const tab_user = asyncLoader('user/tabbar-user');
|
|
const tab_user = asyncLoader('user/tabbar-user');
|
|
|
const UserCollect = asyncLoader('user/module-collect');
|
|
const UserCollect = asyncLoader('user/module-collect');
|
|
|
-const UserTeam = asyncLoader('user/module-team');
|
|
|
|
|
const UserInvitation = asyncLoader('user/module-invitation');
|
|
const UserInvitation = asyncLoader('user/module-invitation');
|
|
|
const UserAddress = asyncLoader('user/module-address');
|
|
const UserAddress = asyncLoader('user/module-address');
|
|
|
const UserAddressEdit = asyncLoader('user/module-address-edit');
|
|
const UserAddressEdit = asyncLoader('user/module-address-edit');
|
|
@@ -43,14 +42,6 @@ export default [
|
|
|
component: UserCollect
|
|
component: UserCollect
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/user/team',
|
|
|
|
|
- name: 'team',
|
|
|
|
|
- meta: {
|
|
|
|
|
- login: true
|
|
|
|
|
- },
|
|
|
|
|
- component: UserTeam
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
path: '/user/invitation',
|
|
path: '/user/invitation',
|
|
|
name: 'invitation',
|
|
name: 'invitation',
|
|
|
meta: {
|
|
meta: {
|