客服加参数
This commit is contained in:
@ -353,6 +353,12 @@ const ProjectDocumentation: React.FC = () => {
|
||||
isEncode:false,
|
||||
paraVal:JSON.parse(roleAuthority)[0],
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'province',
|
||||
isEncode:false,
|
||||
paraVal:record.province,
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'module',
|
||||
|
@ -182,6 +182,12 @@ const PurchasingManagerEnquiries: React.FC = () => {
|
||||
isEncode:false,
|
||||
paraVal:JSON.parse(roleAuthority)[0],
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'province',
|
||||
isEncode:false,
|
||||
paraVal:record.province,
|
||||
},
|
||||
{
|
||||
label:null,
|
||||
paraName:'module',
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*客服系统专用*/
|
||||
//跨系统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=S00hFPxc&redirect_uri=http://localhost:3000/redirect?page=home&mall3_token=';//智慧客服
|
||||
export function windowOpenChatUI(inputList:any,pathname:string) {
|
||||
|
Reference in New Issue
Block a user