From 03b41fa7164bb7dc5a8bd17a06cfceed43e65617 Mon Sep 17 00:00:00 2001
From: whycq0520 <91384184@qq.com>
Date: 星期四, 24 三月 2022 12:56:44 +0800
Subject: [PATCH] # ycq

---
 src/main/webapp/static/js/item/item.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/item/item.js b/src/main/webapp/static/js/item/item.js
index bad2e11..e40e58d 100644
--- a/src/main/webapp/static/js/item/item.js
+++ b/src/main/webapp/static/js/item/item.js
@@ -67,7 +67,7 @@
             statusCode: 200
         },
         done: function(res, curr, count) {
-            console.log(res)
+            // console.log(res)
             if (res.code === 403) {
                 top.location.href = baseUrl+"/";
             }

--
Gitblit v1.9.1