Compare commits
3 Commits
proj/nanni
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
222b254f07 | ||
|
949572c5c3 | ||
|
99cb28eb95 |
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||||
<title>可信共享浏览器</title>
|
<title>数瑞浏览器</title>
|
||||||
<script src="./js/createWS.js"></script>
|
<script src="./js/createWS.js"></script>
|
||||||
<script src="./js/cryptico.js"></script>
|
<script src="./js/cryptico.js"></script>
|
||||||
<script src="./js/jquery-2.1.4.js"></script>
|
<script src="./js/jquery-2.1.4.js"></script>
|
||||||
@ -21,8 +21,8 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<a class="navbar-brand" href="#"> <img alt="Brand"
|
<a class="navbar-brand" href="#"> <img alt="Brand"
|
||||||
src="./img/logo-1.png" style="height: 30px">
|
src="./img/logo-1.png" style="height: 30px">
|
||||||
</a><a class="navbar-brand">可信共享浏览器 </a> <input id="urlInput"
|
</a><a class="navbar-brand">数瑞浏览器 </a> <input id="urlInput"
|
||||||
type="text" class="form-control" placeholder="输入地址" style="display: none;">
|
type="text" class="form-control" placeho=lder="输入地址" style="display: none;">
|
||||||
|
|
||||||
<button class="btn btn-outline-secondary" type="button"
|
<button class="btn btn-outline-secondary" type="button"
|
||||||
onclick="connectNode()" style="display: none;">GO</button>
|
onclick="connectNode()" style="display: none;">GO</button>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<meta http-equiv="Cache-Control" content="no-cache"/>
|
<meta http-equiv="Cache-Control" content="no-cache"/>
|
||||||
<title>可信共享浏览器</title>
|
<title>数瑞浏览器</title>
|
||||||
<script src="./js/createWS.js"></script>
|
<script src="./js/createWS.js"></script>
|
||||||
<script src="./js/cryptico.js"></script>
|
<script src="./js/cryptico.js"></script>
|
||||||
<script src="./js/jquery-2.1.4.js"></script>
|
<script src="./js/jquery-2.1.4.js"></script>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<img alt="Brand"
|
<img alt="Brand"
|
||||||
src="./img/logo-1.png" style="height: 30px">
|
src="./img/logo-1.png" style="height: 30px">
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-brand">可信共享浏览器 </a>
|
<a class="navbar-brand">数瑞浏览器 </a>
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<input id="urlInput" style="border-top-left-radius: 5px; border-bottom-left-radius: 5px"
|
<input id="urlInput" style="border-top-left-radius: 5px; border-bottom-left-radius: 5px"
|
||||||
type="text" placeholder="输入地址">
|
type="text" placeholder="输入地址">
|
||||||
|
BIN
img/logo-1.png
BIN
img/logo-1.png
Binary file not shown.
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 13 KiB |
@ -399,10 +399,7 @@ function changeAppInternal(requireRendering) {
|
|||||||
+ " <div class=\"row\">\n"
|
+ " <div class=\"row\">\n"
|
||||||
+ " <div class=\"col-sm-12 d-flex justify-content-center\">\n"
|
+ " <div class=\"col-sm-12 d-flex justify-content-center\">\n"
|
||||||
+ " <div class=\"input-group mb-2\">\n"
|
+ " <div class=\"input-group mb-2\">\n"
|
||||||
+ " <div class=\"input-group-prepend input-group-text\">\n"
|
+ " <div class=\"input-group-prepend\">\n"
|
||||||
+ "<input type=\"checkbox\" id=\"showIOInput\" onchange=\"filterIOFunction()\" checked=\"on\" aria-label=\"Checkbox for ShowIO\" data-toggle=\"tooltip\" title=\"仅显示有IO函数\"></input>"
|
|
||||||
+ " </div>\n"
|
|
||||||
+ " <div class=\"input-group-append\">\n"
|
|
||||||
+ " <select id=\"selectAction\" onchange=\"showDescription()\" class=\"custom-select\" style=\"-webkit-appearance: none;\"><option value=\"-1\">选择方法</option></select> \n"
|
+ " <select id=\"selectAction\" onchange=\"showDescription()\" class=\"custom-select\" style=\"-webkit-appearance: none;\"><option value=\"-1\">选择方法</option></select> \n"
|
||||||
+ " </div>\n"
|
+ " </div>\n"
|
||||||
+ " <input type=\"text\" class=\"form-control\" id=\"argInput\" placeholder=\"填写参数\" >\n"
|
+ " <input type=\"text\" class=\"form-control\" id=\"argInput\" placeholder=\"填写参数\" >\n"
|
||||||
@ -440,18 +437,12 @@ function changeAppInternal(requireRendering) {
|
|||||||
+ " </div>\n"
|
+ " </div>\n"
|
||||||
+ " </div></div>\n" + "";
|
+ " </div></div>\n" + "";
|
||||||
$("#mainDiv")[0].innerHTML = html;
|
$("#mainDiv")[0].innerHTML = html;
|
||||||
filterIOFunction();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function filterIOFunction(){
|
|
||||||
var showIO = showIOInput.checked;
|
|
||||||
$('#selectAction').html("<option value=\"-1\">选择方法</option>");
|
|
||||||
for (const f of global.currentContract.exportedFunctions) {
|
for (const f of global.currentContract.exportedFunctions) {
|
||||||
if (!showIO || f.relatedPermission.length!=0)
|
|
||||||
$('#selectAction')
|
$('#selectAction')
|
||||||
.append(`<option value="${f.functionName}">${f.functionName}</option>`);
|
.append(`<option value="${f.functionName}">${f.functionName}</option>`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function getContractDesp() {
|
function getContractDesp() {
|
||||||
try {
|
try {
|
||||||
@ -836,6 +827,7 @@ function getRequestParameters() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function changeRender() {
|
function changeRender() {
|
||||||
if (global.urlparam["noRender"] === "true") {
|
if (global.urlparam["noRender"] === "true") {
|
||||||
global.urlparam["noRender"] = undefined;
|
global.urlparam["noRender"] = undefined;
|
||||||
|
@ -49,9 +49,15 @@ var initVue = function () {
|
|||||||
newKey.id = this.sm2KeyList.length;
|
newKey.id = this.sm2KeyList.length;
|
||||||
newKey.title = headerVue.shortName;
|
newKey.title = headerVue.shortName;
|
||||||
newKey.sm2Key = this.sm2KeyStr;
|
newKey.sm2Key = this.sm2KeyStr;
|
||||||
|
var exist = false;
|
||||||
|
for (var i=0;i<this.sm2KeyList.length;i++){
|
||||||
|
var iterKey = this.sm2KeyList[i];
|
||||||
|
if (iterKey.sm2Key==newKey.sm2Key)
|
||||||
|
exist = true;
|
||||||
|
}
|
||||||
|
if (!exist)
|
||||||
this.sm2KeyList.push(newKey);
|
this.sm2KeyList.push(newKey);
|
||||||
localStorage.setItem("PrivKeyList", JSON.stringify(this.sm2KeyList));
|
localStorage.setItem("PrivKeyList", JSON.stringify(this.sm2KeyList));
|
||||||
|
|
||||||
getSession();
|
getSession();
|
||||||
listProjects("priv");
|
listProjects("priv");
|
||||||
}
|
}
|
||||||
|
9214
js/jquery-2.1.4.js
vendored
9214
js/jquery-2.1.4.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user