From 61d02c1796f3bedc6650e29cc33d9ee85e3a78fb Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 19 六月 2023 08:07:17 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 1e78cad..7ad3bef 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -515,8 +515,8 @@
                 } else if (res.code === 403) {
                     parent.location.href = baseUrl + "/login";
                 } else {
+                    alert(res.msg);
                     console.log(res.msg);
-
                 }
             }
         });
@@ -556,7 +556,6 @@
             headers: {'token': localStorage.getItem('token')},
             method: 'POST',
             success: function (res) {
-                console.log(res);
                 if (res.code === 200) {
                     var sites = res.data;
                     for (var i = 0; i < sites.length; i++) {

--
Gitblit v1.9.1