Merge branch 'master' of https://10.60.166.105:52302/coscoshipping/fe_service_ebtp_frontend
This commit is contained in:
@ -10,6 +10,16 @@ export default [
|
||||
path: '/ProjectLayout/ZBiXuan/Detailed',
|
||||
component: './ZBiXuan/EvaluationRoom/Config/FirstLimited/detailedBX.tsx'
|
||||
},
|
||||
{//预打分配置
|
||||
path: '/ProjectLayout/ZStoreIn/Detailed',
|
||||
component: './ZBiXuan/EvaluationRoom/Config/FirstLimited/detailedStoreIn.tsx',
|
||||
name: '配置',
|
||||
},
|
||||
{
|
||||
path: '/ProjectLayout/ZStoreIn/PreScore',
|
||||
component: './Evaluation/BidDetailed/BidDetailedReview/preScore.tsx',
|
||||
name: '预打分',
|
||||
},
|
||||
{//报价评审配置
|
||||
path: '/ProjectLayout/offerEva',
|
||||
component: './ZBiXuan/EvaluationRoom/Config/Offer'
|
||||
|
@ -1,5 +1,6 @@
|
||||
export default [
|
||||
{
|
||||
name: '首页',
|
||||
path: '/Dashboard',
|
||||
component: './MainPage/ProjectManager',
|
||||
},
|
||||
|
@ -14,7 +14,7 @@ export default {
|
||||
},
|
||||
UAT: {
|
||||
'/api/sys-manager-ebtp-project': {
|
||||
target: 'http://localhost:18030',
|
||||
target: 'http://192.168.110.231:18030',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
|
||||
},
|
||||
@ -58,7 +58,11 @@ export default {
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/biz-supplier-manage': '' },
|
||||
},
|
||||
|
||||
'/api/biz-service-ebtp-resps': {
|
||||
target: 'http://192.168.110.51:18013',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '/api/biz-service-ebtp-resps': '' },
|
||||
},
|
||||
// '/api/wfap/v1/audit/bill/find/by/procid': {
|
||||
// target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批,暂时用不到
|
||||
// changeOrigin: true,
|
||||
|
Reference in New Issue
Block a user