From fb6428362b3b4bdc38b2327bef55f1aed9711212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 15 Oct 2019 13:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/NewHeader.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js index a7391509a..da591d85d 100644 --- a/public/react/src/modules/tpm/NewHeader.js +++ b/public/react/src/modules/tpm/NewHeader.js @@ -654,7 +654,7 @@ submittojoinclass=(value)=>{ }) } getAppdata=()=>{ - console.log("开始刷新数据了") + // console.log("开始刷新数据了") let url = "/setting.json"; axios.get(url).then((response) => { // console.log("axios.get"); @@ -702,7 +702,7 @@ submittojoinclass=(value)=>{ } }).catch((error) => { - console.log("开始刷新数据了但报错了"); + console.log("开始刷新定制数据了但报错了"); console.log(error); document.title = "EduCoder";