3.21 master同步

This commit is contained in:
jl-zhoujl2
2022-03-21 13:37:28 +08:00
parent 1e4946e38b
commit a3f9f274b1
4 changed files with 477 additions and 1 deletions

View File

@ -155,6 +155,11 @@ export default [
},
]
},
{//委托撤回
name: 'entrustWithdraw',
path: '/Project/EntrustWithdraw',
component: './Project/EntrustWithdraw',
},
{//招标项目管理
name: 'bidManage',
path: '/Bid',
@ -318,5 +323,5 @@ export default [
{
component: './404',
},
];