From 53b6192e1349121af872d3f040f47c26b45c7bb6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 05 三月 2021 11:45:10 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/home/console.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html
index e148784..d2304b3 100644
--- a/src/main/webapp/views/home/console.html
+++ b/src/main/webapp/views/home/console.html
@@ -635,6 +635,7 @@
                 success: function (res) {
                     if (res.code === 200) {
                         var result = res.data;
+                        console.log(result)
                         $('#usersQty').text(result.usersQty);
                         $('#deptQty').text(result.deptQty);
                     } else if (res.code === 403) {

--
Gitblit v1.9.1