refactor: 更新API和iframe的URL地址
- 将API基础URL从https://dmx.jinmingyuan.com:8999/lypyapi修改为http://61.168.99.48:8055/lypyapi
- 将iframe的URL从https://dmx.jinmingyuan.com:8999/ly_app修改为http://61.168.99.48:8055/ly_app
| | |
| | | } |
| | | // 线上 |
| | | const prod = { |
| | | VITE_APP_BASE: 'https://dmx.jinmingyuan.com:8999/lypyapi', |
| | | baseUrl: 'https://dmx.jinmingyuan.com:8999/lyapi', |
| | | VITE_APP_BASE: 'http://61.168.99.48:8055/lypyapi', |
| | | baseUrl: 'http://61.168.99.48:8055/lyapi', |
| | | sftp: '', |
| | | } |
| | | |
| | |
| | | newDiv.style.backgroundSize= '100% 100%' |
| | | newDiv.style.cursor= 'pointer' |
| | | var firstChild = document.body.firstChild; |
| | | const url = `https://dmx.jinmingyuan.com:8999/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', ()=> { |