Merge branch '20220616-询价修改新的外网平台地址' of http://10.124.128.2:8888/eshop/fe_service_ebtp_frontend into master_jnryy_customerservice
This commit is contained in:
@ -18,7 +18,9 @@ export default defineConfig({
|
||||
START_ENV:'UAT',
|
||||
|
||||
//询价查看报价跳转地址
|
||||
REACT_APP_XUNJIA_REDIRECT: 'http://10.0.204.215:8280/provider_uat',
|
||||
// REACT_APP_XUNJIA_REDIRECT: 'http://10.0.204.215:8280/provider_uat',
|
||||
//询价-查看报价详情-虚拟用户uid
|
||||
REACT_APP_XUNJIA_UID: 'admin_entrance',
|
||||
|
||||
//智慧客服ws地址
|
||||
REACT_APP_CUSTOMERSERVICE_WS_REDIRECT: 'ws://10.242.31.158:18022/api/api/biz-customer-service',
|
||||
|
@ -18,8 +18,9 @@ export default defineConfig({
|
||||
START_ENV: 'DEV',
|
||||
|
||||
//询价查看报价跳转地址
|
||||
REACT_APP_XUNJIA_REDIRECT: 'http://10.0.204.215:8080/provider_dev',
|
||||
|
||||
// REACT_APP_XUNJIA_REDIRECT: 'http://10.0.204.215:8080/provider_dev',
|
||||
//询价-查看报价详情-虚拟用户uid
|
||||
REACT_APP_XUNJIA_UID: 'admin_entrance',
|
||||
//智慧客服ws地址
|
||||
REACT_APP_CUSTOMERSERVICE_WS_REDIRECT: 'ws://10.242.37.148:18022/api/api/biz-customer-service',
|
||||
|
||||
|
@ -18,7 +18,9 @@ export default defineConfig({
|
||||
START_ENV:'PROD',
|
||||
|
||||
//询价查看报价跳转地址
|
||||
REACT_APP_XUNJIA_REDIRECT: 'https://60.10.26.178/provider',
|
||||
// REACT_APP_XUNJIA_REDIRECT: 'https://60.10.26.178/provider',
|
||||
//询价-查看报价详情-虚拟用户uid
|
||||
REACT_APP_XUNJIA_UID: 'admin_entrance',
|
||||
|
||||
//智慧客服ws地址
|
||||
REACT_APP_CUSTOMERSERVICE_WS_REDIRECT: 'ws://uscm.unicom.local:18022/api/api/biz-customer-service',
|
||||
|
@ -18,7 +18,9 @@ export default defineConfig({
|
||||
START_ENV: 'sim',
|
||||
|
||||
//询价查看报价跳转地址
|
||||
REACT_APP_XUNJIA_REDIRECT: 'http://10.0.204.215:8080/provider',
|
||||
// REACT_APP_XUNJIA_REDIRECT: 'http://10.0.204.215:8080/provider',
|
||||
//询价-查看报价详情-虚拟用户uid
|
||||
REACT_APP_XUNJIA_UID: 'admin_entrance',
|
||||
|
||||
//智慧客服ws地址
|
||||
REACT_APP_CUSTOMERSERVICE_WS_REDIRECT: 'ws://10.242.31.54:18022/api/api/biz-customer-service',
|
||||
|
@ -71,6 +71,10 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
{//公共服务平台
|
||||
path: '/PublicPlatform',
|
||||
component: './Bid/BiddingAnnouncement/components/PublicPlatform',
|
||||
},
|
||||
|
||||
//==============================================================引入的业务路由
|
||||
...approvalForm,//审批单
|
||||
@ -227,6 +231,11 @@ export default [
|
||||
name: 'Supervision',
|
||||
path: '/Supervision',
|
||||
component: './Project/ProjectManage/Supervision'
|
||||
},
|
||||
{//审查人员 项目管理页
|
||||
name: 'Examination',
|
||||
path: '/Examination',
|
||||
component: './Project/ProjectManage/Examination'
|
||||
},
|
||||
{//招标项目评审-评委
|
||||
path: '/ExpertReview/Review',
|
||||
|
Reference in New Issue
Block a user