3.10 工程代码同步master
This commit is contained in:
17
config/BiXuan/router_bixuan.ts
Normal file
17
config/BiXuan/router_bixuan.ts
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
export default [
|
||||
|
||||
{//初审-有限数量制配置
|
||||
path: '/ProjectLayout/FirstLimited',
|
||||
component: './ZBiXuan/EvaluationRoom/Config/FirstLimited/firstBX.tsx'
|
||||
},
|
||||
|
||||
{//详审配置-比选无报价
|
||||
path: '/ProjectLayout/ZBiXuan/Detailed',
|
||||
component: './ZBiXuan/EvaluationRoom/Config/FirstLimited/detailedBX.tsx'
|
||||
},
|
||||
{//报价评审配置
|
||||
path: '/ProjectLayout/offerEva',
|
||||
component: './ZBiXuan/EvaluationRoom/Config/Offer'
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user