lsc 2 年之前
父節點
當前提交
d291b44dcd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -1165,7 +1165,7 @@ router.route('/deleteCourse').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "deleteCourse", json['cid']);
 });
-//删除课程
+//复制课程
 router.route('/copyCourse').all((req, res, next) => {
     postmysql(req, res, "copyCourse");
 });