About the window.location.href page with parameters, the url address parameter value of the page becomes ANONYMOUS after the jump.

about the window.location.href jump page with parameters, the url address parameter value of the page becomes ANONYMOUS,
code:
let dealerNos = sessionStorage.getItem ("dealerNo"); / get the card number
let openIds = sessionStorage.getItem ("openId"); / get openId
/ Jump with parameters
window.location.href = ${WEAHCT_URL}? dealerNo="$ {dealerNos}"& openId=$ {encodeURI (openIds)} & productCode=$ {encodeURI (item.prodCode)} & poNo=$ {item.saleNo} & vasEpcCode=$ {item.prodUid} ;

it"s okay for me to print it out.
console.log ( https://mdealer-dev. [anonymous] .com.cn / mobile/mdealer/entrance/vasIndex?dealerNo=161907846&openId=ozme-WXHJKL6789HJKL78J-nU&productCode=A8101001&poNo=PP0000000002510&vasEpcCode=A12330AAAAABCDE)

jumps to someone else"s page and becomes
https://mdealer-dev. [anonymous]. Com.cn/html/mall/extension.html-sharp/agreement?openId=ozme-WXHJKL6789HJKL78J-nU&dealerNo=ANONYMOUS&productCode=18404-01&poNo=PP0000000002511&vasEpcCode=132325123A

how to solve this problem?


resolved. It's the other party's problem

Menu