From 161541587ed900853c3f0908b70f9f021f5c8bbd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 12 九月 2020 11:04:14 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/crn.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html
index 1a7e120..c8d614e 100644
--- a/src/main/webapp/views/crn.html
+++ b/src/main/webapp/views/crn.html
@@ -227,7 +227,7 @@
                 } else if (res.code === 403) {
                     window.location.href = baseUrl + "/login";
                 } else {
-                    alert(res.msg);
+                    console.log(res.msg);
                 }
             }
         })
@@ -266,7 +266,7 @@
                 } else if (res.code === 403){
                     window.location.href = baseUrl+"/login";
                 }  else {
-                    alert(res.msg);
+                    console.log(res.msg);
                 }
             }
         });
@@ -307,7 +307,7 @@
                 } else if (res.code === 403){
                     window.location.href = baseUrl+"/login";
                 }  else {
-                    alert(res.msg);
+                    console.log(res.msg);
                 }
             }
         });
@@ -434,7 +434,7 @@
                 } else if (res.code === 403) {
                     window.location.href = baseUrl + "/login";
                 } else {
-                    alert(res.msg);
+                    console.log(res.msg);
                 }
             }
         })

--
Gitblit v1.9.1