From d8a08e3ef40f5f0381188298b2561fcf0219f977 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 09 三月 2022 17:01:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms

---
 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