From 62ebcbc4e0542e9ec23c74bdc3d8636a3b23532e Mon Sep 17 00:00:00 2001 From: autosubmit Date: Fri, 12 Jan 2024 22:34:31 +0800 Subject: [PATCH] Auto Submit --- p__Classrooms__Lists__Exercise__Answer__index.async.js | 2 ++ umi.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/p__Classrooms__Lists__Exercise__Answer__index.async.js b/p__Classrooms__Lists__Exercise__Answer__index.async.js index c1f515acb3..31b1c2f0c1 100644 --- a/p__Classrooms__Lists__Exercise__Answer__index.async.js +++ b/p__Classrooms__Lists__Exercise__Answer__index.async.js @@ -8533,6 +8533,7 @@ var Answer = function Answer(_ref) { items = items.map(function (e) { return { ques_status: e === null || e === void 0 ? void 0 : e.ques_status, + score_status: e === null || e === void 0 ? void 0 : e.score_status, question_num: e === null || e === void 0 ? void 0 : e.question_num, ques_id: e === null || e === void 0 ? void 0 : e.question_id }; @@ -9735,6 +9736,7 @@ var Answer = function Answer(_ref) { }) }); }; + console.log('----', answerData); var renderMultiple = function renderMultiple(item, key, items) { var _answerData$exercise13, _item$user_answer8, _item$question_choice5, _answerData$exercise14, _answerData$exercise15; var answerText = ''; diff --git a/umi.js b/umi.js index 587d374ad1..ab5dff50e6 100644 --- a/umi.js +++ b/umi.js @@ -52614,7 +52614,7 @@ __webpack_require__.d(__webpack_exports__, { ;// CONCATENATED MODULE: ./src/utils/env/dev.ts var DEV = { // PROXY_SERVER: 'https://data.educoder.net', - PROXY_SERVER: 'https://pre-data.educoder.net', + PROXY_SERVER: 'https://data.educoder.net', API_SERVER: '', REPORT_SERVER: 'http://192.168.1.57:3001', IMG_SERVER: 'https://new-testali-cdn.educoder.net',