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/map.html b/czl-screen/pages/home/map.html index f849b90..f0816a2 100644 --- a/czl-screen/pages/home/map.html +++ b/czl-screen/pages/home/map.html @@ -11,7 +11,7 @@ - + @@ -32,4 +32,4 @@ .anchorBL{ display:none; } - \ No newline at end of file + diff --git a/czl-screen/pages/home/map_amplify.html b/czl-screen/pages/home/map_amplify.html index 89dcb7c..3e8573d 100644 --- a/czl-screen/pages/home/map_amplify.html +++ b/czl-screen/pages/home/map_amplify.html @@ -54,7 +54,7 @@ - + @@ -111,4 +111,4 @@ .anchorBL{ display:none; } - \ No newline at end of file + diff --git a/czl-web/pages/project/ProjectMap.html b/czl-web/pages/project/ProjectMap.html index f248975..3b785a4 100644 --- a/czl-web/pages/project/ProjectMap.html +++ b/czl-web/pages/project/ProjectMap.html @@ -12,7 +12,7 @@ - +