12-23-上传master
This commit is contained in:
25
config/router_calibration.config.ts
Normal file
25
config/router_calibration.config.ts
Normal file
@ -0,0 +1,25 @@
|
||||
export default [
|
||||
|
||||
//定标
|
||||
{
|
||||
name:'Calibration',
|
||||
icon: 'crown',
|
||||
path:'/Calibration',
|
||||
routes:[
|
||||
//项目经理-结果通知书
|
||||
{
|
||||
name: 'ResultNotice',
|
||||
icon: 'crown',
|
||||
path: '/Calibration/ProjectManager/ResultNotice',
|
||||
component: './Calibration/ProjectManager/ResultNotice'
|
||||
},
|
||||
//供应商-查看通知书
|
||||
{
|
||||
name: 'ViewNotice',
|
||||
icon: 'crown',
|
||||
path: '/Calibration/Supplier/ViewNotice',
|
||||
component: './Calibration/Supplier/ViewNotice',
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
Reference in New Issue
Block a user