|
|
@ -935,9 +935,13 @@ const backToHome = () => { |
|
|
|
window.parent.location.href = |
|
|
|
"http://121.89.234.155:8807/hljw/homepage?menu=999999991"; |
|
|
|
} else { |
|
|
|
window.parent.location.href = |
|
|
|
"https://web.homilychart.com/product/hljw/homepage?token=" + |
|
|
|
encodeURIComponent(localStorage.getItem("localToken")); |
|
|
|
window.parent.postMessage( |
|
|
|
{ |
|
|
|
type: 'NAVIGATE_TO_HOMEPAGE', |
|
|
|
menu: '999999991' |
|
|
|
}, |
|
|
|
'*' |
|
|
|
) |
|
|
|
} |
|
|
|
// window.parent.location.href = window.parent.document.referrer |
|
|
|
} |
|
|
|