|
@@ -3,8 +3,8 @@ import Router from 'vue-router'
|
|
|
import Index from '@/components/Index'
|
|
import Index from '@/components/Index'
|
|
|
import AccountIndex from '@/components/accounts/AccountIndex'
|
|
import AccountIndex from '@/components/accounts/AccountIndex'
|
|
|
import {
|
|
import {
|
|
|
- EnterpriseAdmin, EnterpriseBaseAction, EnterpriseBasicInfo,
|
|
|
|
|
- EnterpriseHome, EnterpriseMembers
|
|
|
|
|
|
|
+ EnterpriseAdmin, EnterpriseApps, EnterpriseAuth, EnterpriseBaseAction,
|
|
|
|
|
+ EnterpriseBasicInfo, EnterpriseHome, EnterpriseMembers
|
|
|
} from '@/components/accounts/enterprises'
|
|
} from '@/components/accounts/enterprises'
|
|
|
import {UserBasicInfo, UserHome} from '@/components/accounts/users'
|
|
import {UserBasicInfo, UserHome} from '@/components/accounts/users'
|
|
|
import {AppealHome} from '@/components/accounts/appeals'
|
|
import {AppealHome} from '@/components/accounts/appeals'
|
|
@@ -65,12 +65,14 @@ export default new Router({
|
|
|
{
|
|
{
|
|
|
// 企业认证信息
|
|
// 企业认证信息
|
|
|
path: 'auth',
|
|
path: 'auth',
|
|
|
- name: 'EnterpriseAuth'
|
|
|
|
|
|
|
+ name: 'EnterpriseAuth',
|
|
|
|
|
+ component: EnterpriseAuth
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
// 企业应用管理
|
|
// 企业应用管理
|
|
|
path: 'apps',
|
|
path: 'apps',
|
|
|
- name: 'EnterpriseApps'
|
|
|
|
|
|
|
+ name: 'EnterpriseApps',
|
|
|
|
|
+ component: EnterpriseApps
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|