@@ -307,7 +307,7 @@ router.route("/luohugetTeacherInfo").all((req, res, next) => {
data += chunk; // 累加获取的数据
});
res2.on("end", function() {
- res.end(JSON.stringify(data)); // 将获取的值传参给前端
+ res.end(data); // 将获取的值传参给前端