石广澎
2025-06-13 47ee9e62e07b3b467b61a7a0793e3db01947baeb
common/iframe.js
@@ -11,7 +11,7 @@
    newDiv.style.backgroundSize= '100% 100%'
    newDiv.style.cursor= 'pointer'
    var firstChild = document.body.firstChild;
    const url = `http://61.168.99.48:8055/ly_app?userId=`+ userId + '&knowId=' + knowId
    const url = `http://61.168.99.48:8055/ly_app/?userId=`+ userId + '&knowId=' + knowId
    var iframe = ''
    document.body.insertBefore(newDiv, firstChild);
    newDiv.addEventListener('click', ()=> {
@@ -20,7 +20,7 @@
            iframe = ''
        } else {
            iframe = document.createElement("iframe");
            iframe.src = url || window.location.origin + '/ly_app?userId=' + userId + '&knowId=' + knowId;
            iframe.src = url || window.location.origin + '/ly_app/?userId=' + userId + '&knowId=' + knowId;
            iframe.style.width="430px"
            iframe.style.height="90%"
            iframe.style.position = 'fixed'