更新版本库
This commit is contained in:
@ -2,12 +2,12 @@ import xsy_pageRoutes from './router_xsy.config';
|
||||
import lq_pageRoutes from './router_lq.config';
|
||||
import zjl_pageRoutes from './router_zjl.config';
|
||||
import ld_pageRoutes from './router_ld.config';
|
||||
import yh_pageRoutes from './router_yh.config';
|
||||
// import wxh_pageRoutes from './router_wxh.config';
|
||||
import dqh_pageRoutes from './router_dqh.config';
|
||||
import calibration_pageRoutes from './router_calibration.config';
|
||||
import menuaWorkbench_pageRoutes from './router_menuaWorkbench.config';
|
||||
import menubProject_pageRoutes from './router_menubProject.config';
|
||||
|
||||
import menuaNotice_pageRoutes from './router_menuaNotice.config';
|
||||
import menuaZhaoBiao from './ZhaoBiao/router_menubProject.config';
|
||||
import juryRoom from './JuryRoom/router_menuJury.config';
|
||||
export default[
|
||||
{
|
||||
path: '/user',
|
||||
@ -25,6 +25,11 @@ export default[
|
||||
path: '/viewOfTenderDocuments',
|
||||
component: './Evaluation/BiddingDocumentsDecrypt/components/viewOfTenderDocuments',
|
||||
},
|
||||
{
|
||||
name: 'index_2',
|
||||
path: '/viewOfTenderDocumentsSecond',
|
||||
component: './Evaluation/BiddingDocumentsDecrypt/components/viewOfTenderDocumentsSecond',
|
||||
},
|
||||
{
|
||||
path: '/room',
|
||||
component: '../layouts/RoomLayout',
|
||||
@ -47,23 +52,109 @@ export default[
|
||||
routes: [
|
||||
{
|
||||
path: '/',
|
||||
redirect: '/welcome',
|
||||
redirect: '/login',
|
||||
},
|
||||
// {
|
||||
// path: '/welcome',
|
||||
// name: 'welcome',
|
||||
// icon: 'smile',
|
||||
// component: './Welcome',
|
||||
// },
|
||||
{
|
||||
path: '/login',
|
||||
name: 'login',
|
||||
icon: 'smile',
|
||||
component: './Login/index',
|
||||
},
|
||||
{//我的工作台
|
||||
name: 'workbench',
|
||||
icon: 'DesktopOutlined',
|
||||
path:'/workbench',
|
||||
routes: [
|
||||
{ name: 'commonFiles', path: '/workbench/files',component: './workbench/files/components/FilesList'},
|
||||
{ name: 'commonFilesManage', path: '/workbench/filesManage',component: './workbench/filesManage/components/filesManage'},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/welcome',
|
||||
name: 'welcome',
|
||||
icon: 'smile',
|
||||
component: './Welcome',
|
||||
//委托
|
||||
name: 'entrust',
|
||||
icon: 'form',
|
||||
path: '/Project/EntrustAssign',
|
||||
// component: './Project/EntrustAssign',
|
||||
routes: [
|
||||
{//管理员
|
||||
name: 'manager',
|
||||
authority: ['maAndop','manager'],
|
||||
path: '/Project/EntrustAssign/Manager',
|
||||
component: './Project/EntrustAssign/Manager',
|
||||
},
|
||||
{//操作员
|
||||
name: 'operator',
|
||||
authority: ['maAndop','operator'],
|
||||
path: '/Project/EntrustAssign/Operator',
|
||||
component: './Project/EntrustAssign/Operator',
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
...menuaWorkbench_pageRoutes,//我的工作台
|
||||
...menubProject_pageRoutes,//建档
|
||||
...calibration_pageRoutes,//定标
|
||||
...yh_pageRoutes,
|
||||
...xsy_pageRoutes,
|
||||
...zjl_pageRoutes,
|
||||
...lq_pageRoutes,
|
||||
...ld_pageRoutes,
|
||||
...dqh_pageRoutes,
|
||||
{//专家评审
|
||||
name: 'JuryRoom',
|
||||
icon: 'form',
|
||||
path: '/ExpertReview',
|
||||
routes: [
|
||||
{//招标项目评审
|
||||
name: 'BidProjectReview',
|
||||
path: '/ExpertReview/zhaobiao',
|
||||
component: './BidEvaluation/Jury',
|
||||
},
|
||||
]
|
||||
},
|
||||
...menuaZhaoBiao,//招标项目
|
||||
{//财务管理
|
||||
name: 'finance',
|
||||
icon: 'MoneyCollectOutlined',
|
||||
path: '/Finance/',
|
||||
routes: [
|
||||
// { name: 'shopping', path: '/Finance/shopping', component: './Finance/ShoppingCart/index' },
|
||||
{ name: 'cost', path: '/Finance/cost', component: './Finance/Cost/index' },
|
||||
// { name: 'invoice', path: '/Finance/invoice', component: './Finance/Invoice/index' },
|
||||
{ name: 'earnest', path: '/Finance/earnest', component: './Finance/Earnest/index' },
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'notice',
|
||||
icon: 'table',
|
||||
path:'/notice',
|
||||
routes: [
|
||||
{ name: 'noticeList', path: '/notice/noticeList',component: './notice/noticeList/components/NoticeList' },//通知公告查看
|
||||
{ name: 'noticeManage', path: '/notice/noticeManage',component: './notice/noticeManage/components/noticeManage'},//通知公告管理
|
||||
]
|
||||
},
|
||||
// ...yh_pageRoutes,
|
||||
// ...xsy_pageRoutes,
|
||||
// ...zjl_pageRoutes,
|
||||
// ...lq_pageRoutes,
|
||||
// ...ld_pageRoutes,
|
||||
//...dqh_pageRoutes,
|
||||
...juryRoom,
|
||||
{//发票管理
|
||||
name: 'Invoice',
|
||||
icon: 'UnorderedListOutlined',
|
||||
path: '/Invoice',
|
||||
routes: [
|
||||
{//发票管理-业务经理
|
||||
name: 'InvoiceManager',
|
||||
path: '/Invoice/Manager',
|
||||
component: './Invoice/Manager'
|
||||
},
|
||||
{//发票管理-供应商
|
||||
name: 'InvoiceSupplier',
|
||||
path: '/Invoice/Supplier',
|
||||
component: './Invoice/Supplier'
|
||||
},
|
||||
],
|
||||
},
|
||||
// ...wxh_pageRoutes,
|
||||
{
|
||||
path: '/admin',
|
||||
name: 'admin',
|
||||
|
Reference in New Issue
Block a user