|
@@ -1595,6 +1595,10 @@ router.route('/joinGroup').all((req, res, next) => {
|
|
|
router.route('/exitGroup').all((req, res, next) => {
|
|
|
postmysql(req, res, "exitGroup");
|
|
|
});
|
|
|
+//查看分组
|
|
|
+router.route('/selectGroup').all((req, res, next) => {
|
|
|
+ postmysql(req, res, "selectGroup");
|
|
|
+});
|
|
|
|
|
|
//查询ppt在哪页
|
|
|
router.route('/selectPptPage').all((req, res, next) => {
|