Merge branch 'master' of https://phabricator.internetapi.cn/source/bdcontract-web-client into proj/nanning
# Conflicts: # BaaSClient.html # bdwareclient.html
This commit is contained in:
commit
cdce5f0a9d
0
img/logo-1.png
Normal file → Executable file
0
img/logo-1.png
Normal file → Executable file
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
@ -313,6 +313,7 @@ function displayOutput(obj) {
|
||||
|
||||
function initWSocket() {
|
||||
let host = $("#urlInput")[0].value;
|
||||
document.title = `数瑞浏览器(${host})`
|
||||
if (!host.startsWith("ws")) {
|
||||
if (location.href.startsWith("https")) {
|
||||
host = "wss://" + host;
|
||||
@ -375,6 +376,7 @@ function changeApp() {
|
||||
return;
|
||||
}
|
||||
console.log(global.currentContract);
|
||||
document.title = `数瑞浏览器(${global.currentContract.name} - ${$("#urlInput")[0].value})`
|
||||
changeAppInternal(needRender(global.currentContract));
|
||||
}
|
||||
|
||||
@ -833,6 +835,9 @@ function getRequestParameters() {
|
||||
}
|
||||
}
|
||||
|
||||
function
|
||||
|
||||
|
||||
function changeRender() {
|
||||
if (global.urlparam["noRender"] === "true") {
|
||||
global.urlparam["noRender"] = undefined;
|
||||
|
Loading…
Reference in New Issue
Block a user