Merge branch '20220802-routes' into 'master'
8.2 四个路由引用地址大小写错误 See merge request eshop/fe_service_ebtp_frontend!214
This commit is contained in:
@ -31,6 +31,6 @@ export default [
|
|||||||
},
|
},
|
||||||
{//单一来源简化流程 选择供应商及上传应答文件
|
{//单一来源简化流程 选择供应商及上传应答文件
|
||||||
path: '/ProjectLayout/SimpleUpload',
|
path: '/ProjectLayout/SimpleUpload',
|
||||||
component: './BidEvaluation/components/SimpleUpload'
|
component: './BidEvaluation/components/simpleUpload'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
@ -150,7 +150,7 @@ export default [
|
|||||||
path: '/notice',
|
path: '/notice',
|
||||||
routes: [
|
routes: [
|
||||||
{ name: 'noticeList', path: '/notice/noticeList', component: './notice/noticeList/components/NoticeList' },//通知公告查看-所有角色
|
{ name: 'noticeList', path: '/notice/noticeList', component: './notice/noticeList/components/NoticeList' },//通知公告查看-所有角色
|
||||||
{ name: 'noticeManage', path: '/notice/noticeManage', component: './notice/noticeManage/components/noticeManage' },//通知公告管理-系统管理员
|
{ name: 'noticeManage', path: '/notice/noticeManage', component: './notice/noticeManage/components/NoticeManage' },//通知公告管理-系统管理员
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{//委托
|
{//委托
|
||||||
@ -161,12 +161,12 @@ export default [
|
|||||||
{//管理员-代理
|
{//管理员-代理
|
||||||
name: 'manager',
|
name: 'manager',
|
||||||
path: '/Project/EntrustAssign/Manager',
|
path: '/Project/EntrustAssign/Manager',
|
||||||
component: './Project/EntrustAssign/Manager',
|
component: './Project/EntrustAssign/manager',
|
||||||
},
|
},
|
||||||
{//项目经理-代理
|
{//项目经理-代理
|
||||||
name: 'operator',
|
name: 'operator',
|
||||||
path: '/Project/EntrustAssign/Operator',
|
path: '/Project/EntrustAssign/Operator',
|
||||||
component: './Project/EntrustAssign/Operator',
|
component: './Project/EntrustAssign/operator',
|
||||||
},
|
},
|
||||||
{//采购经理的委托管理
|
{//采购经理的委托管理
|
||||||
name: 'mandatoryAdministration',
|
name: 'mandatoryAdministration',
|
||||||
|
Reference in New Issue
Block a user