From 228baf7c1c851ee8eba6d4da1e3f459f4d6a98e0 Mon Sep 17 00:00:00 2001
From: whycq0520 <91384184@qq.com>
Date: 星期四, 24 三月 2022 14:11:31 +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