新增路由
This commit is contained in:
@ -134,6 +134,11 @@ export default [
|
|||||||
path: '/ProjectFiles/file',
|
path: '/ProjectFiles/file',
|
||||||
component: './ProjectFiles/file',
|
component: './ProjectFiles/file',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'BidReOffer',
|
||||||
|
path: '/biddingAnnouncement/BiddingAnnoStructureForm',
|
||||||
|
component: './Bid/BiddingAnnouncement/structure/BiddingAnnoStructureForm',
|
||||||
|
},
|
||||||
//==============================================================引入的业务路由
|
//==============================================================引入的业务路由
|
||||||
...approvalForm,//审批单
|
...approvalForm,//审批单
|
||||||
...juryRoom,//评标室内所有路由
|
...juryRoom,//评标室内所有路由
|
||||||
|
Reference in New Issue
Block a user