40 lines
1.6 KiB
TypeScript
40 lines
1.6 KiB
TypeScript
export default [
|
|
// {
|
|
// name: 'entrust',
|
|
// icon: 'form',
|
|
// path: '/Project/EntrustAssign/index',
|
|
// component: './Project/EntrustAssign/index',
|
|
// },
|
|
|
|
// {
|
|
// name: 'bidOpening',
|
|
// icon: 'UsbOutlined',
|
|
// path: '/Opening/',
|
|
// routes: [
|
|
// { name: 'openList', path: '/Opening/ProjectManager/openList', component: './Opening/ProjectManager/OpenList/index' },
|
|
// ]
|
|
// },
|
|
{
|
|
name: 'reviewConfig',
|
|
icon: 'SettingOutlined',
|
|
path: '/Bid/ReviewConfig/',
|
|
routes: [
|
|
// { name: 'list', path: '/Bid/ReviewConfig/list', component: './Bid/ReviewConfig/List/index' },
|
|
// { path: '/Bid/ReviewConfig/config', component: './Bid/ReviewConfig/Config/index' },
|
|
{ name: 'fileConfig', path: '/Bid/ReviewConfig/fileConfig', component: './Bid/ReviewConfig/FileConfig/index' },
|
|
{ name: 'singConfig', path: '/Bid/ReviewConfig/singConfig', component: './Bid/ReviewConfig/SingConfig/index' },
|
|
{ name: 'offerConfig', path: '/Bid/ReviewConfig/offerConfig', component: './Bid/ReviewConfig/OfferConfig/index' },
|
|
// { name: 'costConfig', path: '/Bid/ReviewConfig/costConfig', component: './Bid/ReviewConfig/CostConfig/cost' },
|
|
]
|
|
},
|
|
// {
|
|
// name: 'judgingPanel',
|
|
// icon: 'SettingOutlined',
|
|
// path: '/Tender/ProjectManager/JudgingPanel/',
|
|
// routes: [
|
|
// { name: 'list', path: '/Tender/ProjectManager/JudgingPanel/list', component: './Tender/ProjectManager/JudgingPanel/List/index' },
|
|
// // { path: '/JudgingPanel/member', component: './JudgingPanel/Member/index' }
|
|
// ],
|
|
// },
|
|
// {name: 'sectionInfo',path: '/section/sectionsInfo', component: './sectionInfo/index'}
|
|
]; |