客服加参数

This commit is contained in:
unknown
2023-01-16 16:09:11 +08:00
parent 48f6f20bab
commit 3375d24799
3 changed files with 12 additions and 1 deletions

View File

@ -353,6 +353,12 @@ const ProjectDocumentation: React.FC = () => {
isEncode:false, isEncode:false,
paraVal:JSON.parse(roleAuthority)[0], paraVal:JSON.parse(roleAuthority)[0],
}, },
{
label:null,
paraName:'province',
isEncode:false,
paraVal:record.province,
},
{ {
label:null, label:null,
paraName:'module', paraName:'module',

View File

@ -182,6 +182,12 @@ const PurchasingManagerEnquiries: React.FC = () => {
isEncode:false, isEncode:false,
paraVal:JSON.parse(roleAuthority)[0], paraVal:JSON.parse(roleAuthority)[0],
}, },
{
label:null,
paraName:'province',
isEncode:false,
paraVal:record.province,
},
{ {
label:null, label:null,
paraName:'module', paraName:'module',

View File

@ -1,6 +1,5 @@
/*客服系统专用*/ /*客服系统专用*/
//跨系统post传参 //跨系统post传参
export const bizServiceCustomService = REACT_APP_CUSTOMERSERVICE_USERCENTER + '&client_id=' + REACT_APP_CUSTOMERSERVICE_CLIENT_ID + '&redirect_uri=' + REACT_APP_CUSTOMERSERVICE_REDIRECT + '/redirect?page=home&mall3_token=';//智慧客服 export const bizServiceCustomService = REACT_APP_CUSTOMERSERVICE_USERCENTER + '&client_id=' + REACT_APP_CUSTOMERSERVICE_CLIENT_ID + '&redirect_uri=' + REACT_APP_CUSTOMERSERVICE_REDIRECT + '/redirect?page=home&mall3_token=';//智慧客服
//export const bizServiceCustomService = REACT_APP_CUSTOMERSERVICE_USERCENTER + '&client_id=S00hFPxc&redirect_uri=http://localhost:3000/redirect?page=home&mall3_token=';//智慧客服 //export const bizServiceCustomService = REACT_APP_CUSTOMERSERVICE_USERCENTER + '&client_id=S00hFPxc&redirect_uri=http://localhost:3000/redirect?page=home&mall3_token=';//智慧客服
export function windowOpenChatUI(inputList:any,pathname:string) { export function windowOpenChatUI(inputList:any,pathname:string) {