dailijigou
This commit is contained in:
@ -38,6 +38,11 @@ export default {
|
|||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
|
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
|
||||||
},
|
},
|
||||||
|
'/api/biz-service-ebtp-agency': {
|
||||||
|
target: 'http://localhost:18099',
|
||||||
|
changeOrigin: true,
|
||||||
|
pathRewrite: { '/api/biz-service-ebtp-agency': '' },
|
||||||
|
},
|
||||||
// '/api/wfap/v1/audit/bill/find/by/procid': {
|
// '/api/wfap/v1/audit/bill/find/by/procid': {
|
||||||
// target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批,暂时用不到
|
// target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批,暂时用不到
|
||||||
// changeOrigin: true,
|
// changeOrigin: true,
|
||||||
|
@ -105,7 +105,10 @@ export default [
|
|||||||
path: '/PublicPlatform',
|
path: '/PublicPlatform',
|
||||||
component: './Bid/BiddingAnnouncement/components/PublicPlatform',
|
component: './Bid/BiddingAnnouncement/components/PublicPlatform',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/ToAgencyManager',
|
||||||
|
component: './Agency/AgencyManager',
|
||||||
|
},
|
||||||
//==============================================================引入的业务路由
|
//==============================================================引入的业务路由
|
||||||
...approvalForm,//审批单
|
...approvalForm,//审批单
|
||||||
...juryRoom,//评标室内所有路由
|
...juryRoom,//评标室内所有路由
|
||||||
|
Reference in New Issue
Block a user