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");
 });