11wqe1 4 недель назад
Родитель
Сommit
39650d139e
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      pbl.js

+ 5 - 0
pbl.js

@@ -1835,6 +1835,11 @@ router.route("/getcocostudyspaceAllCopy").all((req, res, next) => {
     );
 });
 
+//  自主学习-学习空间-删除学习空间  yym
+router.route("/delstyspcid").all((req, res, next) => {
+    postmysql(req, res, "delstyspcid");
+});
+
 //  新学生管理查询学生带排序  yym
 router.route("/selectStudentManagesrt").all((req, res, next) => {
     var json = queryString(req.url);