12-23-上传master
This commit is contained in:
20
config/router_menubProject.config.ts
Normal file
20
config/router_menubProject.config.ts
Normal file
@ -0,0 +1,20 @@
|
||||
export default [//建档
|
||||
{//委托
|
||||
name: 'entrust',
|
||||
icon: 'form',
|
||||
path: '/Project/EntrustAssign/index',
|
||||
component: './Project/EntrustAssign/index',
|
||||
},
|
||||
{//招标项目管理
|
||||
name: 'bidManage',
|
||||
icon: 'form',
|
||||
path: '/BidManage',
|
||||
routes:[
|
||||
{
|
||||
name:'projectManage',
|
||||
path: '/BidManage/Project',//进到李强的招标项目列表、
|
||||
component: './Project/ProjectManage/ProjectManager/ProjectDocumentation',
|
||||
}
|
||||
],
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user