From 0cbe47b2c0c2bd6cde9975632160689dc9064fc4 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Mon, 15 May 2023 10:01:37 +0800
Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=BB=A3=E7=A0=81=E8=AF=84?=
=?UTF-8?q?=E5=AE=A1=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/AppConfig.js | 2 +-
src/forge/Merge/MessageCount.js | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/AppConfig.js b/src/AppConfig.js
index edc4f6f4f..c90600d99 100644
--- a/src/AppConfig.js
+++ b/src/AppConfig.js
@@ -25,7 +25,7 @@ if (isDev) {
}
debugType = window.location.search.indexOf('debug=t') !== -1 ? 'teacher' :
window.location.search.indexOf('debug=s') !== -1 ? 'student' :
- window.location.search.indexOf('debug=a') !== -1 ? 'admin' : parsed.debug || ''
+ window.location.search.indexOf('debug=a') !== -1 ? 'admin' : parsed.debug || 'admin'
}
window._debugType = debugType;
export function initAxiosInterceptors(props) {
diff --git a/src/forge/Merge/MessageCount.js b/src/forge/Merge/MessageCount.js
index cc23d6379..71b2bf353 100644
--- a/src/forge/Merge/MessageCount.js
+++ b/src/forge/Merge/MessageCount.js
@@ -507,7 +507,7 @@ class MessageCount extends Component {
)}
- {userLogin && projectDetail && permission && (
+ {/* {userLogin && projectDetail && permission && (
- )}
+ )} */}
{operate && (