|
@@ -8065,6 +8065,28 @@ router.route("/addCETType").get((req, res, next) => {
|
|
|
);
|
|
|
});
|
|
|
|
|
|
+
|
|
|
+// 数据看板ai应用
|
|
|
+router.route("/getKanbanBasedata").all((req, res, next) => {
|
|
|
+ postmysql(req, res, "getKanbanBasedata");
|
|
|
+});
|
|
|
+
|
|
|
+// 数据看板ai应用
|
|
|
+router.route("/getKanbanAIdata").all((req, res, next) => {
|
|
|
+ postmysql(req, res, "getKanbanAIdata");
|
|
|
+});
|
|
|
+
|
|
|
+// 数据看板常规教学
|
|
|
+router.route("/getKanbanTeadata").all((req, res, next) => {
|
|
|
+ postmysql(req, res, "getKanbanTeadata");
|
|
|
+});
|
|
|
+
|
|
|
+// 数据看板常规教学
|
|
|
+router.route("/getKanbanTeaManagedata").all((req, res, next) => {
|
|
|
+ postmysql(req, res, "getKanbanTeaManagedata");
|
|
|
+});
|
|
|
+
|
|
|
+
|
|
|
//数据看板-综合数据
|
|
|
router.route("/selectDataBoardSchool").all((req, res, next) => {
|
|
|
postmysql(req, res, "selectDataBoardSchool");
|