游雁
2023-06-28 9ac2aa9e93e1d531be12c623ea67601c979b4359
h5 docs
2个文件已修改
1个文件已添加
4 ■■■■ 已修改文件
funasr.tar 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/static/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/html5/static/main.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr.tar
Binary files differ
funasr/runtime/html5/static/index.html
@@ -21,7 +21,7 @@
                <br>
                <input id="wssip" type="text" onchange="addresschange()" style=" width: 100%;height:100%" value="wss://127.0.0.1:10095/"/>
                <br>
                <a id="wsslink"  href="#" onclick="window.open('https://127.0.0.1:10095/', '_blank')"><div id="info_wslink">手工授权wss://127.0.0.1:10095/</div></a>
                <a id="wsslink"  href="#" onclick="window.open('https://127.0.0.1:10095/', '_blank')"><div id="info_wslink">点此处手工授权wss://127.0.0.1:10095/</div></a>
                <br>
            <br>  
            <div  style="border:2px solid #ccc;">
funasr/runtime/html5/static/main.js
@@ -60,7 +60,7 @@
{   
    
    var Uri = document.getElementById('wssip').value; 
    document.getElementById('info_wslink').innerHTML="手工授权"+Uri;
    document.getElementById('info_wslink').innerHTML="点此处手工授权(IOS手机)"+Uri;
    Uri=Uri.replace(/wss/g,"https");
    console.log("addresschange uri=",Uri);