From e7fc1edab7146dd76aaeeb00188adb42756f3af9 Mon Sep 17 00:00:00 2001 From: Seany <17074267@qq.com> Date: Wed, 8 Nov 2023 00:29:39 +0800 Subject: [PATCH] fix --- control.html | 32 +++- login.html | 18 ++ network.html | 22 +-- ruler.html | 472 -------------------------------------------------- security.html | 40 +++-- system.html | 39 +++-- 6 files changed, 108 insertions(+), 515 deletions(-) delete mode 100644 ruler.html diff --git a/control.html b/control.html index 7fcd901..02282a2 100644 --- a/control.html +++ b/control.html @@ -8,7 +8,6 @@ - @@ -91,13 +90,13 @@
- - + - - +
@@ -139,21 +138,38 @@ diff --git a/login.html b/login.html index c37339f..e210336 100644 --- a/login.html +++ b/login.html @@ -6,6 +6,8 @@ + + @@ -56,6 +58,22 @@ + \ No newline at end of file diff --git a/network.html b/network.html index 3adf516..cf2ba4f 100644 --- a/network.html +++ b/network.html @@ -6,6 +6,8 @@ + + @@ -40,11 +42,11 @@
- +
- +
@@ -56,27 +58,27 @@
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/ruler.html b/ruler.html deleted file mode 100644 index 3bc283d..0000000 --- a/ruler.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - - 刻度尺 - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - - \ No newline at end of file diff --git a/security.html b/security.html index 21d17a5..2df64f5 100644 --- a/security.html +++ b/security.html @@ -6,6 +6,8 @@ + + @@ -37,39 +39,39 @@
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
@@ -81,6 +83,22 @@ + \ No newline at end of file diff --git a/system.html b/system.html index d7c2bb8..002bddb 100644 --- a/system.html +++ b/system.html @@ -8,7 +8,6 @@ - @@ -81,9 +80,9 @@
- + -
@@ -107,26 +106,38 @@ alert('a') }); - $('#selectFile').on('click',function(){ + $('#selectFile').on('click', function () { $('#uploadFile').click() }) - $('#uploadFile').on("change", function(){ + $('#uploadFile').on("change", function () { let file = $('#uploadFile')[0].value - $('#fileName')[0].value=file + $('#fileName')[0].value = file }); - // $('#uploadFile').on('onchange',function(){ - // $('#fileName').val = $('#uploadFile')[0].name - // }) + $("#upgrade").on("click",function(){ + alert('aaa') + }) + }) + + document.addEventListener("DOMContentLoaded", function () { + //初始化配置 + loadData(); }) function loadData() { - $.ajax({ - url: '', success: function (res) { - console.log('a') - } - }); + $("#guiv").text("v1.0.1") + $("#firmwarev").text("v1.0.0") + $("#sn").text("SN-2343-123-NNDD") + $("#hostName").text("Test.Hostname") + + // $.ajax({ + // url: '', success: function (res) { + // console.log('a') + // } + // }); } + +