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 @@