diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index 87ab58f63..a18e395dd 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -40,7 +40,7 @@ if (isDev) { // 超管 // debugType="admin"; // 老师 -//ebugType="teacher"; +//debugType="teacher"; // 学生 //debugType="student"; @@ -126,7 +126,7 @@ export function initAxiosInterceptors(props) { let timestamp = Date.parse(new Date())/1000; if (window.location.port === "3007") { // let timestamp=railsgettimes(proxy); - console.log(timestamp) + // console.log(timestamp) railsgettimes(`${proxy}/api/main/first_stamp.json`); let newopens=md5(opens+timestamp) config.url = `${proxy}${url}`; diff --git a/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js b/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js index b67266d77..3d3f83bc6 100644 --- a/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js +++ b/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js @@ -297,7 +297,7 @@ class CommonWorkAppraiseReply extends Component{