lsc 2 years ago
parent
commit
d291b44dcd
1 changed files with 1 additions and 1 deletions
  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");
 });