lsc преди 1 година
родител
ревизия
bf3c0c7db6
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -854,6 +854,11 @@ router.route("/updateCourseFollow").all((req, res, next) => {
 router.route("/updateCoursePick").all((req, res, next) => {
     postmysql(req, res, "updateCoursePick");
 });
+//删除
+router.route("/deletePick").all((req, res, next) => {
+    postmysql(req, res, "deletePick");
+});
+
 //修改阶段锁定状态
 router.route("/updateCourseLookOpen").all((req, res, next) => {
     postmysql(req, res, "updateCourseLookOpen");