routes/role.js/router.get. /** * 删除 */ router.get("/:id/del", function(req, res, next) { Role.destroy({ where: { id: req.params.id } ...
確定! 回上一頁