Browse Source

1

Signed-off-by: lcw <1324309909@qq.com>
lcw 3 năm trước cách đây
mục cha
commit
57aa576fc1
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -319,6 +319,11 @@ router.route('/updateVc').all((req, res, next) => {
     var json = queryString(req.url);
     getmysql(req, res, "updateVc", json['cid']);
 });
+//删除课程
+router.route('/deleteCourse').all((req, res, next) => {
+    var json = queryString(req.url);
+    getmysql(req, res, "deleteCourse", json['cid']);
+});