From 64e351cb925a6024a3119a8c5b9e5f5d2f62111f Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Wed, 31 Dec 2025 17:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AE=9E=E5=90=8D=E5=88=B6-?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czl-screen/login.html | 6 +++--- czl-screen/pages/home/z_companyTeamList.html | 6 +++--- czl-screen/pages/home/z_constructionMachinesList.html | 6 +++--- czl-screen/pages/home/z_ownTeamList.html | 6 +++--- czl-screen/pages/home/z_projectList.html | 6 +++--- czl-screen/pages/home/z_project_arrange_List.html | 6 +++--- czl-screen/pages/home/z_realNameList.html | 6 +++--- czl-screen/pages/home/z_subcontractingTeamsList.html | 6 +++--- czl-web/pages/menu/addMenu.html | 8 ++++---- czl-web/pages/menu/updateMenu.html | 8 ++++---- czl-web/pages/role/addRole.html | 6 +++--- 11 files changed, 35 insertions(+), 35 deletions(-) diff --git a/czl-screen/login.html b/czl-screen/login.html index c6f6679..2ea5131 100644 --- a/czl-screen/login.html +++ b/czl-screen/login.html @@ -120,10 +120,10 @@ //请求成功 success: function (result) { console.log(result); - $("#uuid").val(result.obj.uuid); - $("#vCode").attr("src", "data:image/png;base64," + result.obj.img); + $("#uuid").val(result.uuid); + $("#vCode").attr("src", "data:image/png;base64," + result.img); code = result.resMsg; - uuid = result.obj.uuid; + uuid = result.uuid; //fastLogin(); }, //请求失败,包含具体的错误信息 diff --git a/czl-screen/pages/home/z_companyTeamList.html b/czl-screen/pages/home/z_companyTeamList.html index 59904bc..d706629 100644 --- a/czl-screen/pages/home/z_companyTeamList.html +++ b/czl-screen/pages/home/z_companyTeamList.html @@ -123,11 +123,11 @@ 查询 -
+
@@ -332,4 +332,4 @@ return year + "-" + month + "-" + day; } - \ No newline at end of file + diff --git a/czl-screen/pages/home/z_constructionMachinesList.html b/czl-screen/pages/home/z_constructionMachinesList.html index 3621be8..152eab2 100644 --- a/czl-screen/pages/home/z_constructionMachinesList.html +++ b/czl-screen/pages/home/z_constructionMachinesList.html @@ -116,11 +116,11 @@ 查询 -
+
@@ -269,4 +269,4 @@ return year + "-" + month + "-" + day; } - \ No newline at end of file + diff --git a/czl-screen/pages/home/z_ownTeamList.html b/czl-screen/pages/home/z_ownTeamList.html index 7eac5b0..bc07a66 100644 --- a/czl-screen/pages/home/z_ownTeamList.html +++ b/czl-screen/pages/home/z_ownTeamList.html @@ -126,11 +126,11 @@ 查询 -
+
@@ -345,4 +345,4 @@ return year + "-" + month + "-" + day; } - \ No newline at end of file + diff --git a/czl-screen/pages/home/z_projectList.html b/czl-screen/pages/home/z_projectList.html index 270e4bd..1680953 100644 --- a/czl-screen/pages/home/z_projectList.html +++ b/czl-screen/pages/home/z_projectList.html @@ -124,11 +124,11 @@ 查询 -
+
@@ -324,4 +324,4 @@ }); }); - \ No newline at end of file + diff --git a/czl-screen/pages/home/z_project_arrange_List.html b/czl-screen/pages/home/z_project_arrange_List.html index 899108e..44a6558 100644 --- a/czl-screen/pages/home/z_project_arrange_List.html +++ b/czl-screen/pages/home/z_project_arrange_List.html @@ -117,11 +117,11 @@ 查询 -
+
@@ -288,4 +288,4 @@ }); }); - \ No newline at end of file + diff --git a/czl-screen/pages/home/z_realNameList.html b/czl-screen/pages/home/z_realNameList.html index 4feeeb1..a4a65c6 100644 --- a/czl-screen/pages/home/z_realNameList.html +++ b/czl-screen/pages/home/z_realNameList.html @@ -121,11 +121,11 @@ 查询 -
+
@@ -304,4 +304,4 @@ return year + "-" + month + "-" + day; } - \ No newline at end of file + diff --git a/czl-screen/pages/home/z_subcontractingTeamsList.html b/czl-screen/pages/home/z_subcontractingTeamsList.html index c4c3353..4f91b87 100644 --- a/czl-screen/pages/home/z_subcontractingTeamsList.html +++ b/czl-screen/pages/home/z_subcontractingTeamsList.html @@ -130,11 +130,11 @@ 查询 -
+
@@ -346,4 +346,4 @@ return year + "-" + month + "-" + day; } - \ No newline at end of file + diff --git a/czl-web/pages/menu/addMenu.html b/czl-web/pages/menu/addMenu.html index 8d0a88a..2969281 100644 --- a/czl-web/pages/menu/addMenu.html +++ b/czl-web/pages/menu/addMenu.html @@ -33,7 +33,7 @@
- +
@@ -69,9 +69,9 @@
- - +
diff --git a/czl-web/pages/menu/updateMenu.html b/czl-web/pages/menu/updateMenu.html index 724f894..e76c0ab 100644 --- a/czl-web/pages/menu/updateMenu.html +++ b/czl-web/pages/menu/updateMenu.html @@ -34,7 +34,7 @@
- +
@@ -70,9 +70,9 @@
- - +
diff --git a/czl-web/pages/role/addRole.html b/czl-web/pages/role/addRole.html index 176e3cf..966aafe 100644 --- a/czl-web/pages/role/addRole.html +++ b/czl-web/pages/role/addRole.html @@ -88,9 +88,9 @@
- - +