新增路由

This commit is contained in:
jlzhangyx5
2025-06-13 14:54:07 +08:00
parent 9eb6d1cd10
commit 7adf08f3ed

View File

@ -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,//评标室内所有路由