lsc 1 年之前
父节点
当前提交
e332a0f481
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -3335,7 +3335,7 @@ router.route("/copyCourse").all((req, res, next) => {
 router.route("/copyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "copyCourse");
 });
-//复制课程
+//返回复制课程
 router.route("/getcopyCourseSz").all((req, res, next) => {
     postmysql2(req, res, "getcopyCourseSz");
 });