业务员
This commit is contained in:
@ -105,18 +105,22 @@ export default [
|
||||
path: '/PublicPlatform',
|
||||
component: './Bid/BiddingAnnouncement/components/PublicPlatform',
|
||||
},
|
||||
{
|
||||
{//代理库管理
|
||||
path: '/ToAgencyManager',
|
||||
component: './Agency/AgencyManager',
|
||||
},
|
||||
{
|
||||
{//代理库申请
|
||||
path: '/ToAgencyValid',
|
||||
component: './Agency/AgencyManager/applyIndex',
|
||||
},
|
||||
{
|
||||
{//代理库审批
|
||||
path: '/ToAgencyApprove',
|
||||
component: './Agency/AgencyManager/approveIndex',
|
||||
},
|
||||
{//代理库业务员
|
||||
path: '/ToAgencyAgent',
|
||||
component: './Agency/AgencyManager/agentIndex',
|
||||
},
|
||||
//==============================================================引入的业务路由
|
||||
...approvalForm,//审批单
|
||||
...juryRoom,//评标室内所有路由
|
||||
|
Reference in New Issue
Block a user