From 0f038dbee4dfbf289d334b515ed3e2520de60216 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Thu, 8 Aug 2019 17:17:42 +0800 Subject: [PATCH 1/2] debug --- public/react/src/AppConfig.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/react/src/AppConfig.js b/public/react/src/AppConfig.js index c7bd7d307..c09a2cbe7 100644 --- a/public/react/src/AppConfig.js +++ b/public/react/src/AppConfig.js @@ -10,7 +10,6 @@ broadcastChannelOnmessage('refreshPage', () => { }) function locationurl(list){ - debugger if (window.location.port === "3007") { } else { @@ -43,6 +42,10 @@ export function initAxiosInterceptors(props) { // proxy = "http://testbdweb.educoder.net" // proxy = "https://testeduplus2.educoder.net" proxy="http://47.96.87.25:48080" + + // wy + // proxy="http://192.168.2.63:3001" + // 在这里使用requestMap控制,避免用户通过双击等操作发出重复的请求; // 如果需要支持重复的请求,考虑config里面自定义一个allowRepeat参考来控制 From 721f1dd0d2c219396ea708113d779f7bc7b20d35 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Thu, 8 Aug 2019 17:31:46 +0800 Subject: [PATCH 2/2] bottom --- .../react/src/modules/courses/members/modal/AddTeacherModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/courses/members/modal/AddTeacherModal.js b/public/react/src/modules/courses/members/modal/AddTeacherModal.js index 02bf59106..003db7348 100644 --- a/public/react/src/modules/courses/members/modal/AddTeacherModal.js +++ b/public/react/src/modules/courses/members/modal/AddTeacherModal.js @@ -205,7 +205,7 @@ class AddTeacherModal extends Component{ {` .demo-loading-container { position: absolute; - bottom: 93px; + bottom: 210px; width: 82%; text-align: center; }